Get contents
Get the full page contents, summaries, and metadata for a list of URLs.
Returns instant results from our cache, with automatic live crawling as fallback for uncached pages.
Get your Exa API key
Authorizations
API key can be provided either via x-api-key header or Authorization header with Bearer scheme
Body
Array of URLs to crawl (backwards compatible with 'ids' parameter).
Deprecated - use 'urls' instead. Array of document IDs obtained from searches.
If true, returns full page text with default settings. If false, disables text return.
Text snippets the LLM identifies as most relevant from each page.
Summary of the webpage
Options for livecrawling pages. 'never': Disable livecrawling (default for neural search). 'fallback': Livecrawl when cache is empty (default for keyword search). 'always': Always livecrawl. 'auto': Use an LLM to detect if query needs real-time content.
never
, fallback
, always
, auto
The timeout for livecrawling in milliseconds.
The number of subpages to crawl. The actual number crawled may be limited by system constraints.
Keyword to find specific subpages of search results. Can be a single string or an array of strings, comma delimited.
Extra parameters to pass.