Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
The ID of the page content to retrieve. Available in the response of /v1/crawls/{crawl_id}/pages
, /v1/scrapes/{scrape_id}
or /v1/batches/{batch_id}/items
endpoints
Optional array to retrieve only specific formats in production. If not provided, all formats will be returned.
Response
Successful response with page content.
The response is of type object
.