MTCaptcha Solver
Solve MTCaptcha text challenges using the MtCaptchaClassification task type. Submit the captcha image and receive the text solution.
Create Task
POST
/createTaskHostapi.captchasonic.com
Content-Typeapplication/json
{
"apiKey": "YOUR_API_KEY",
"task": {
"type": "MtCaptchaClassification",
"queries": ["BASE64_CAPTCHA_IMAGE"],
"websiteURL": "https://example.com",
"websiteKey": "MTCaptchaSiteKey"
}
}
Response
{
"code": 200,
"msg": "",
"answers": ["X7K2M"]
}
Task Parameters
| Property | Type | Required | Description |
|---|---|---|---|
type | string | β | MtCaptchaClassification |
queries | string[] | β | Base64-encoded captcha image(s) |
websiteURL | string | No | Target website URL |
websiteKey | string | No | MTCaptcha site key |
API Playground
POST
Log in to auto-fill your API key
Payload
Response
Hit Send to see response
β + Enter
Parameters
Error Codes
terminal