This is the endpoint to retrieve the content of a scraped page (HTML/Markdown/PDF) by using a datasetId. Think of the datasetId as cached pointer to the page
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Unique identifier for the dataset to be retrieved.
Option to retrieve the dataset in Markdown format.
Option to retrieve the dataset in HTML format.
Experimental option to speed up the scraping process
Successful response with the dataset information.