English
cURL
curl --request POST \ --url https://api.brightdata.com/request \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "zone": "<string>", "url": "<string>", "format": "raw", "method": "GET", "country": "<string>" }'
"OK"
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Set this to true for asynchronous
true
OK
The response is of type string.
string
Was this page helpful?