GET
/
olostep-p2p-dataset-API
curl --request GET \
  --url https://dataset.olostep.com/olostep-p2p-dataset-API \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Query Parameters

datasetId
string
required

Unique identifier for the dataset to be retrieved.

retrieveMarkdown
boolean
default:true

Option to retrieve the dataset in Markdown format.

retrieveHtml
boolean
default:false

Option to retrieve the dataset in HTML format.

fastLane
boolean
default:false

Experimental option to speed up the scraping process

Response

200
_mintlify/placeholder

Successful response with the dataset information.