...
Code Block |
---|
POST https://api.ez-captcha.com/createTask Host: api.ez-captcha.com Content-Type: application/json { "clientKey":"yourapiKey", "task": { "type":"RecaptchaV3TaskProxylessReCaptchaV3TaskProxyless", "websiteURL":"https://recaptcha-demo.appspot.com/recaptcha-v3-request-scores.php", "websiteKey":"6LdyC2cUAAAAACGuDKpXeDorzUDWXmdqeg-xy696", "pageAction": "examples/v3scores", "isInvisible": true } } |
...