Get Task Result [/getTaskResult]
The API endpoint for retrieving the solution to an existing captcha task.
Last updated
The API endpoint for retrieving the solution to an existing captcha task.
Last updated
This endpoint has a prerequisite request, , in which provides the required taskId
parameter.
Full Rest API Endpoint: https://captcha.datalabs.net/getTaskResult
clientKey
true
Your accounts private API Key.
taskId
true
errorId
0: Without error. 1: Error with request.
errorCode
Short code for error type.
status
The current status of the task. (e.g. "processing", "ready")
solution
The result of the completed task.
The taskId
parameter passed by the endpoint.