API Reference
Get contents
Retrieve contents of documents based on a list of document IDs.
/contents
is used to instantly get content for documents, given the IDs of the documents.
Also note that “instant” is a little bit of a lie if you are using keyword search, in which case contents might take a few seconds to retrieve.
POST
Get your Exa API key
Authorizations
Body
application/json
Array of document IDs obtained from searches
Extra parameters to pass.
Relevant extract(s) from the webpage.
Options for livecrawling contents. Default is "never" for neural/auto search, "fallback" for keyword search.
Available options:
never
, fallback
, always
The timeout for livecrawling in milliseconds. Max and default is 10000.
The number of subpages to crawl.
The target subpage or subpages. Can be a single string or an array of strings.
Summary of the webpage
Parsed contents of the page.
Response
200 - application/json