...
Code Block |
---|
POST https://api.ez-captcha.com/createTask Content-Type: application/json { "clientKey": "cc9c18d3e263515c2c072b36a7125eecc078618fYourClientKey", "task": { "websiteURL": "https://xxx.com", "type": "CloudFlareTurnstileTask", "websiteKey": "xxxx", "rqData":{ //optional "mode":"flexible", "metadataAction":"signup", "metadataCdata":"" }, } } |
...