Prerequisites
Prerequisites
The following are required:
Enable "Asynchronous requests"
In the Web Unlocker API zone, under “Advanced settings”, enable the “Asynchronous requests” toggle.

Send your first async request
The following request submits an asynchronous Web Unlocker API job:
cURL
Replace
<API_KEY> and <unlocker-zone-name> with valid values.Send your first async request
The following request submits an asynchronous Web Unlocker API job:
cURL
Replace
<API_KEY> and <unlocker-zone-name> with valid values.Wait and check status
We recommend to wait 20 seconds prior to the first polling request to get the response, 10 seconds for the second poll and 5 for the rest.Bright Data may apply rate limit for excessive poling requests without response.The request returns a If the request is still processing, the API returns HTTP
response_id used to retrieve results after processing completes.202:HTTP/202
Processing time is typically up to 5 minutes and may extend to 8 hours during peak periods.Responses are retained for up to 48 hours from submission time.
Retrieve your results