π€HCaptcha
HCaptcha Solver Task (Requires your own proxies) & Required Parameters
Creating The Task
POST https://captcha.datalabs.net/createTask
Host: captcha.datalabs.net
Content-Type: application/json
{
"clientKey": "DATALABS_API_KEY",
"task": {
"type": "HCaptchaTask",
"websiteURL": "https://accounts.hcaptcha.com/demo",
"websiteKey": "a5f74b19-9e45-40e0-b45d-47ff91b7a6c2",
"data":"custom_data", // Optional custom data
"proxyType": "http",
"proxyAddress": "1.1.1.1",
"proxyPort": "9999",
"proxyLogin": "username",
"proxyPassword": "password",
},
"callbackUrl": "https://example.com/callback"
}Task Parameter Table
Parameters
Required
Description
Task Created Response
Parameters
Description
Retrieving the Solution
Successful Solution Response
Parameters
Description
Last updated