BLS OCR 验证码求解器
使用 OcrImage 任务类型并设置 module: "bls",即可解决 BLS International 签证预约验证码。该模块采用专为 BLS 字体优化的 OCR 模型。
创建任务
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 — 选择 BLS 专用 OCR 模型 |
queries | string[] | ✅ | base64 编码的验证码图片 |
API 演练场
POST
Log in to auto-fill your API key
Payload
Response
Hit Send to see response
⌘ + Enter
Parameters
Error Codes
terminal