Skip to content

Решатель Prosopo Captcha

Решайте задачи классификации изображений Prosopo с помощью типа задачи PopularCaptchaImage. Отправьте изображения задачи и текст инструкции.

Создание задачи

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
questionTypestringobjectClick для задач Prosopo
questionstringТекст инструкции из задачи
queriesstring[]Изображения задачи в base64
websiteURLstringНетURL целевого сайта

API Playground

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