Create Task (ReCaptcha V2)
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
Example
{
"clientKey": "cc9c18d3e263515c2c072b36a7125eecc078618f",
"task": {
"websiteURL": "https://www.google.com/recaptcha/api2/demo",
"websiteKey": "6Le-wvkSAAAAAPBMRTvw0Q4Muexq9bi0DJwx_mJ-",
"type": "ReCaptchaV2TaskProxyless",
"isInvisible": false
}
}
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 天前