Решатель BLS OCR Captcha
Решайте капчи записи на визу BLS International с помощью типа задачи OcrImage и module: "bls". Используется OCR-модель, специально обученная на шрифтах BLS.
Создание задачи
POST
/createTaskHostapi.captchasonic.com
Content-Typeapplication/json
{
"apiKey": "YOUR_API_KEY",
"task": {
"type": "OcrImage",
"module": "bls",
"queries": ["BASE64_CAPTCHA_IMAGE"]
}
}
Ответ
{
"code": 200,
"msg": "",
"answers": ["A3K9X"]
}
Параметры задачи
| Параметр | Тип | Обязательный | Описание |
|---|---|---|---|
type | string | ✅ | OcrImage |
module | string | ✅ | bls — выбирает OCR-модель, обученную на BLS |
queries | string[] | ✅ | Изображения капчи в base64 |
API Playground
POST
Log in to auto-fill your API key
Payload
Response
Hit Send to see response
⌘ + Enter
Parameters
Error Codes
terminal