/
Developer
Developer
How to get an appId and use it
If you are a developer, contact us to get an appId, and use it when you createTask, like this example:
POST https://api.ez-captcha.com/createTask
Content-Type: application/json
{
"clientKey": "your clientkey",
"appId": "yourAppId",
"task": {
"websiteURL": "https://recaptcha-demo.appspot.com/recaptcha-v3-request-scores.php",
"websiteKey": "6LdyC2cUAAAAACGuDKpXeDorzUDWXmdqeg-xy696",
"type": "ReCaptchaV3TaskProxyless",
"isInvisible": true,
"pageAction": "examples/v3scores"
}
}