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
/
contents
Get your Exa API key
Authorizations
x-api-key
string
headerrequiredBody
application/json
ids
string[]
requiredArray of document IDs obtained from searches
text
object
Parsed contents of the page.
highlights
object
Relevant extract(s) from the webpage.
summary
object
Summary of the webpage
Response
200 - application/json
results
object[]