MTCaptcha 求解器
使用 MtCaptchaClassification 任务类型解决 MTCaptcha 文本挑战。提交验证码图片,即可获得文本答案。
创建任务
POST
/createTaskHostapi.captchasonic.com
Content-Typeapplication/json
{
"apiKey": "YOUR_API_KEY",
"task": {
"type": "MtCaptchaClassification",
"queries": ["BASE64_CAPTCHA_IMAGE"],
"websiteURL": "https://example.com",
"websiteKey": "MTCaptchaSiteKey"
}
}
响应
{
"code": 200,
"msg": "",
"answers": ["X7K2M"]
}
任务参数
| 字段 | 类型 | 必填 | 说明 |
|---|---|---|---|
type | string | ✅ | MtCaptchaClassification |
queries | string[] | ✅ | base64 编码的验证码图片 |
websiteURL | string | 否 | 目标网站 URL |
websiteKey | string | 否 | MTCaptcha 站点密钥 |
API 演练场
POST
Log in to auto-fill your API key
Payload
Response
Hit Send to see response
⌘ + Enter
Parameters
Error Codes
terminal