Prosopo Captcha Solver
Solve Prosopo image classification challenges using the PopularCaptchaImage task type. Submit the challenge images and the instruction prompt.
Create Task
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"
}
}
Response
{
"code": 200,
"msg": "",
"answers": [[{ "x": 120, "y": 85 }, { "x": 240, "y": 150 }, { "x": 60, "y": 200 }]],
"questionType": "objectClick"
}
Task Parameters
| Property | Type | Required | Description |
|---|---|---|---|
type | string | β | PopularCaptchaImage |
questionType | string | β | objectClick for Prosopo challenges |
question | string | β | The instruction text from the challenge |
queries | string[] | β | Base64-encoded challenge images |
websiteURL | string | No | Target website URL |
API Playground
POST
Log in to auto-fill your API key
Payload
Response
Hit Send to see response
β + Enter
Parameters
Error Codes
terminal