Skip to content

Prosopo 验证码求解器

使用 PopularCaptchaImage 任务类型解决 Prosopo 图像分类挑战。提交挑战图片和指令文本即可。

创建任务

POST/createTask
Hostapi.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"
}

任务参数

字段类型必填说明
typestringPopularCaptchaImage
questionTypestringProsopo 挑战使用 objectClick
questionstring来自挑战的指令文本
queriesstring[]base64 编码的挑战图片
websiteURLstring目标网站 URL

API 演练场

POST
Log in to auto-fill your API key
Payload
Response

Hit Send to see response

⌘ + Enter

Parameters

apiKeystringYOUR_API_KEY
taskobject{...}
typestringPopularCaptchaImage
questionTypestringobjectClick
questionstringSelect in this order: bus, car…
queriesarray[1 items]
websiteURLstringhttps://example.com

Error Codes

1KEY_DOES_NOT_EXIST
2NO_SLOT_AVAILABLE
3ZERO_BALANCE
10ERROR_BAD_PARAMETERS
12ERROR_CAPTCHA_UNSOLVABLE
14PLAN_EXPIRED
16RATE_LIMITED
17DAILY_LIMIT_EXCEEDED
18QUOTA_LIMIT_EXCEEDED
21SERVICE_UNAVAILABLE
Code
terminal