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