POST
/
contents

Get your Exa API key

Authorizations

x-api-key
string
header
required

Body

application/json
ids
string[]
required

Array of document IDs obtained from searches

extras
object

Extra parameters to pass.

highlights
object

Relevant extract(s) from the webpage.

livecrawl
enum<string>

Options for livecrawling contents. Default is "never" for neural/auto search, "fallback" for keyword search.

Available options:
never,
fallback,
always
livecrawlTimeout
integer

The timeout for livecrawling in milliseconds. Max and default is 10000.

subpages
integer

The number of subpages to crawl.

subpageTarget

The target subpage or subpages. Can be a single string or an array of strings.

summary
object

Summary of the webpage

text
object

Parsed contents of the page.

Response

200 - application/json
results
object[]