CaptchaFox Solver
Solve CaptchaFox slide captchas using the SlideImage task type. Submit the background and puzzle piece images to receive the slide distance.
Create Task
POST
/createTaskHostapi.captchasonic.com
Content-Typeapplication/json
{
"apiKey": "YOUR_API_KEY",
"task": {
"type": "SlideImage",
"queries": ["BASE64_BACKGROUND", "BASE64_PUZZLE_PIECE"],
"websiteURL": "https://captchafox.com"
}
}
Response
{
"code": 200,
"msg": "",
"answers": [185]
}
answers[0]is the X pixel distance to slide the puzzle piece.
Task Parameters
| Property | Type | Required | Description |
|---|---|---|---|
type | string | β | SlideImage |
queries | string[] | β | Base64-encoded images β background and puzzle piece |
websiteURL | string | No | Target website URL |
API Playground
POST
Log in to auto-fill your API key
Payload
Response
Hit Send to see response
β + Enter
Parameters
Error Codes
terminal