GET
/
v1
/
retrieve

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

retrieve_id
string
required

The ID of the page content to retrieve. Available in the response of /v1/crawls/{crawlId}/pages endpoint.

formats
enum<string>[]

Optional array of formats to retrieve. If not provided, all available formats will be returned.

Available options:
html,
markdown,
json

Response

200 - application/json
html_content
string

HTML content of the page, if requested and available.

json_content
string

JSON content of the page returned from parsers, if requested and available.

markdown_content
string

Markdown content of the page, if requested and available.