π€Create Task [/createTask]
The API endpoint for starting a solving task.
Request Structure
Parameters
Required
Description
POST https://captcha.datalabs.net/createTask
Host: captcha.datalabs.net
Content-Type: application/json
{
"clientKey": "DATALABS_API_KEY",
"task": {
"type": "RecaptchaV2TaskProxyless",
"websiteURL": "https://google.com/recaptcha/api2/demo",
"websiteKey": "6Le-wvkSAAAAAPBMRTvw0Q4Muexq9bi0DJwx_mJ-"
},
"callbackUrl": "https://example.com/callback"
}Response Structure
Parameters
Description
Example Responses
Last updated