ReCaptchaV3创建任务
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类型
pageAction
string
可选
v3版本特有的pageAction参数
示例
{
"clientKey": "cc9c18d3e263515c2c072b36a7125eecc078618f",
"task": {
"websiteURL": "https://recaptcha-demo.appspot.com/recaptcha-v3-request-scores.php",
"websiteKey": "6LdyC2cUAAAAACGuDKpXeDorzUDWXmdqeg-xy696",
"type": "ReCaptchaV3TaskProxyless",
"isInvisible": true,
"pageAction": "examples/v3scores"
}
}
示例代码
返回响应
结果(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
errorId
integer
必需
errorCode
string
必需
errorDescription
string
必需
taskId
string
必需
示例
{
"errorId": 0,
"errorCode": "string",
"errorDescription": "string",
"taskId": "string"
}
最后修改时间: 1 年前