You.com Contents API

The Contents API extracts clean, structured page content from one or many URLs, returning text suitable for downstream LLM consumption.

API entry from apis.yml

apis.yml Raw ↑
aid: you-com:contents-api
name: You.com Contents API
description: The Contents API extracts clean, structured page content from one or many URLs, returning
  text suitable for downstream LLM consumption.
humanURL: https://you.com/docs
baseURL: https://api.you.com/v1
tags:
- Contents
- Extraction
- Web
properties:
- type: Documentation
  url: https://you.com/docs
- type: APIReference
  url: https://you.com/docs
- type: Pricing
  url: https://you.com/platform
features:
- name: Multi-URL Extraction
  description: Submit multiple URLs and receive cleaned content per page.
- name: Structured Output
  description: Structured fields for title, text, and metadata.
- name: Token-Efficient Output
  description: Cleaned text reduces token usage for downstream LLM calls.
useCases:
- name: RAG Ingestion
  description: Convert URLs into clean text for RAG ingestion pipelines.
- name: Agent Page Reading
  description: Let agents read full pages returned by search results.
- name: Content Pipelines
  description: Feed extraction output into summarization or analysis chains.
integrations:
- name: LangChain
- name: LlamaIndex
- name: Vercel AI SDK
authentication:
- type: API Key
  description: API key authentication via X-API-Key header.