🤝Get Task Result [/getTaskResult]
The API endpoint for retrieving the solution to an existing captcha task.
This endpoint has a prerequisite request, /createTask
, in which provides the required taskId
parameter.
Full Rest API Endpoint: https://captcha.datalabs.net/getTaskResult
Request Structure
Parameters | Required | Description |
---|---|---|
clientKey | true | Your accounts private API Key. |
taskId | true | The |
Response Structure
Parameters | Description |
---|---|
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. |
Example Responses
Last updated