Prosopo 验证码求解器
使用 PopularCaptchaImage 任务类型解决 Prosopo 图像分类挑战。提交挑战图片和指令文本即可。
创建任务
POST
/createTaskHostapi.captchasonic.com
Content-Typeapplication/json
{
"apiKey": "YOUR_API_KEY",
"task": {
"type": "PopularCaptchaImage",
"questionType": "objectClick",
"question": "Select in this order: bus, car, tree",
"queries": ["BASE64_IMAGE"],
"websiteURL": "https://example.com"
}
}
响应
{
"code": 200,
"msg": "",
"answers": [[{ "x": 120, "y": 85 }, { "x": 240, "y": 150 }, { "x": 60, "y": 200 }]],
"questionType": "objectClick"
}
任务参数
| 字段 | 类型 | 必填 | 说明 |
|---|---|---|---|
type | string | ✅ | PopularCaptchaImage |
questionType | string | ✅ | Prosopo 挑战使用 objectClick |
question | string | ✅ | 来自挑战的指令文本 |
queries | string[] | ✅ | base64 编码的挑战图片 |
websiteURL | string | 否 | 目标网站 URL |
API 演练场
POST
Log in to auto-fill your API key
Payload
Response
Hit Send to see response
⌘ + Enter
Parameters
Error Codes
terminal