Create Task (ReCaptcha V3)
POST
https://api.ez-captcha.com/createTaskRequest
Body Params application/json
clientKey
string
required
task
object
required
websiteURL
string
required
websiteKey
string
required
type
string
required
isInvisible
boolean
required
pageAction
string
required
Example
{
"clientKey": "cc9c18d3e263515c2c072b36a7125eecc078618f",
"task": {
"websiteURL": "https://recaptcha-demo.appspot.com/recaptcha-v3-request-scores.php",
"websiteKey": "6LdyC2cUAAAAACGuDKpXeDorzUDWXmdqeg-xy696",
"type": "ReCaptchaV3TaskProxyless",
"isInvisible": true,
"pageAction": "examples/v3scores"
}
}
Request samples
Responses
OK(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
errorId
integer
required
errorCode
string
required
errorDescription
string
required
taskId
string
required
Example
{
"errorId": 0,
"errorCode": "string",
"errorDescription": "string",
"taskId": "string"
}
Last modified: 19 天前