Unlocker async request
Use the Bright Data Unlocker API (98% success rate) async endpoint. POST /unblocker/req submits or retrieves a queued unlock request as JSON.
Documentation Index
Fetch the complete documentation index at: https://docs.brightdata.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Use your Bright Data API Key as a Bearer token in the Authorization header.
How to authenticate:
- Obtain your API Key from the Bright Data account settings
- Include the API Key in the Authorization header of your requests
- Format:
Authorization: Bearer YOUR_API_KEY
Example:
Authorization: Bearer b5648e1096c6442f60a6c4bbbe73f8d2234d3d8324554bd...
Query Parameters
The name of your Bright Data Unlocker zone.
Your Bright Data account ID.
Body
Defines the url of the request
"https://geo.brdtest.com/welcome.txt"
Defines the HTTP method of the request
Defines headers to be used in the request
Defines body to be sent with request. If an object is specified, it is serialized to JSON, and Content-Type header is set to application/json.
Defines country to be used for request (2-letters code)
"US"
Defines the URL to which the job status notification will be sent. If you don’t want to setup a default webhook (above) or prefer the URL to be different per request, use this.
Defines the HTTP method to use with the webhook_url (GET or POST)
Defines the data that will be sent with job status notification
Response
OK
Defines the job id.
"s4t7w3619285042ra9dke1m8qx"