For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
A unique API Key is required to authorize API access. [Get your API Key with free credits](https://you.com/platform).
Request
This endpoint expects an object.
urlslist of stringsOptional
Array of URLs to fetch the contents from.
formatslist of enumsOptional
Array of content formats to return. All included formats are returned in the response. Include “metadata” to get JSON-LD and OpenGraph information, if available.
Allowed values:
crawl_timeoutintegerOptional1-60Defaults to 10
Maximum time in seconds to wait for page content. Must be between 1 and 60 seconds. Default is 10 seconds.
Response
An array of JSON objects containing the page content of each web page
urlstringformat: "uri"
The webpage URL whose content has been fetched.
titlestring
The title of the web page.
htmlstring or null
The retrieved HTML content of the web page.
markdownstring or null
The retrieved Markdown content of the web page.
metadataobject
Metadata about the web page. Only returned when 'metadata' is included in the formats array.