Решатель Prosopo Captcha
Решайте задачи классификации изображений Prosopo с помощью типа задачи PopularCaptchaImage. Отправьте изображения задачи и текст инструкции.
Создание задачи
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 | ✅ | objectClick для задач Prosopo |
question | string | ✅ | Текст инструкции из задачи |
queries | string[] | ✅ | Изображения задачи в base64 |
websiteURL | string | Нет | URL целевого сайта |
API Playground
POST
Log in to auto-fill your API key
Payload
Response
Hit Send to see response
⌘ + Enter
Parameters
Error Codes
terminal