ReCaptchaV2创建任务
POST
https://api.ez-captcha.com/createTask请求参数
Body 参数application/json
clientKey
string
必需
账号的clientKey
task
object
任务参数对象
websiteURL
string
必需
出现reCaptcha的页面
websiteKey
string
必需
目标网站reCaptcha的sitekey
type
string
必需
要使用的reCaptcha的类型
isInvisible
boolean
必需
是否是invisible类型
示例
{
"clientKey": "cc9c18d3e263515c2c072b36a7125eecc078618f",
"task": {
"websiteURL": "https://www.google.com/recaptcha/api2/demo",
"websiteKey": "6Le-wvkSAAAAAPBMRTvw0Q4Muexq9bi0DJwx_mJ-",
"type": "ReCaptchaV2TaskProxyless",
"isInvisible": false
}
}
示例代码
返回响应
结果(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
errorId
integer
必需
errorCode
string
必需
errorDescription
string
必需
taskId
string
必需
示例
{
"errorId": 0,
"errorCode": "string",
"errorDescription": "string",
"taskId": "string"
}
最后修改时间: 1 年前