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).
["https://arxiv.org/pdf/2307.06435"]
Deprecated - use 'urls' instead. Array of document IDs obtained from searches.
["https://arxiv.org/pdf/2307.06435"]
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. 'preferred': Always try to livecrawl, but fall back to cache if crawling fails.
never
, fallback
, always
, preferred
"always"
The timeout for livecrawling in milliseconds.
1000
The number of subpages to crawl. The actual number crawled may be limited by system constraints.
1
Keyword to find specific subpages of search results. Can be a single string or an array of strings, comma delimited.
"sources"
Extra parameters to pass.
Formats the search resutls into a context string ready for LLMs.
true