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

Send your first async request
The following request submits an asynchronous Unlocker API job:
cURL
Replace
<API_KEY> and <unlocker-zone-name> with valid values.Wait and check status
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
The following request retrieves the completed result:
The response body is written to
results.json.