BLS OCR Captcha Solver
Solve BLS International visa appointment captchas using the OcrImage task type with module: "bls". This uses a specialized OCR model tuned for BLS captcha fonts.
Create Task
POST
/createTaskHostapi.captchasonic.com
Content-Typeapplication/json
{
"apiKey": "YOUR_API_KEY",
"task": {
"type": "OcrImage",
"module": "bls",
"queries": ["BASE64_CAPTCHA_IMAGE"]
}
}
Response
{
"code": 200,
"msg": "",
"answers": ["A3K9X"]
}
Task Parameters
| Property | Type | Required | Description |
|---|---|---|---|
type | string | β | OcrImage |
module | string | β | bls β selects the BLS-specific OCR model |
queries | string[] | β | Base64-encoded captcha image(s) |
API Playground
POST
Log in to auto-fill your API key
Payload
Response
Hit Send to see response
β + Enter
Parameters
Error Codes
terminal