π€ReCaptcha V3
Recaptcha V3 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": "RecaptchaV3Task",
"websiteURL": "https://google.com/recaptcha/api2/demo",
"websiteKey": "6Le-wvkSAAAAAPBMRTvw0Q4Muexq9bi0DJwx_mJ-",
"pageAction": "submit_form", // Optional custom action value
"minScore": "0.3", // Optional minimum validation score for stronger targets
"isInvisible": true,
"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