cURL
curl --request POST \ --url https://api.brightdata.com/datasets/snapshots/{id}/deliver \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "deliver": { "type": "webhook", "filename": { "template": "<string>", "extension": "json" }, "endpoint": "<string>" }, "compress": false } '
{ "id": "<string>" }
Deliver the dataset snapshot
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Snapshot ID
"snap_m2bxug4e2o352v1jv1"
Deliver configuration
Show child attributes
Deliver file compressed in gzip format
OK
ID of the delivery job
Was this page helpful?