🤖Create Task [/createTask]
The API endpoint for starting a solving task.
Full Rest API Endpoint: https://captcha.datalabs.net/createTask
Request Structure
Parameters
Required
Description
clientKey
true
Your accounts private API Key.
task
true
Contains all of the task info for the to-be-solved captcha.
callbackUrl
false
Optional callback url for solution results.
Response Structure
Parameters
Description
errorId
0: Without error. 1: Error with request.
errorCode
Short code for error type.
taskId
Task ID, provided for synchronous tasks to be pushed to /getTaskResult
Example Responses
Last updated