Advanced Solver
Advanced captcha solving capabilities.
GETPOST
https://api.voidsolver.tech/solve-advanceCreates an advanced captcha solving task. Supports both GET (query parameters) and POST (JSON body).
Query Parameters (GET) / JSON Body (POST)
| Field | Type | Description |
|---|---|---|
| url | String | The URL of the page with the captcha. Required |
| sitekey | String | The sitekey of the captcha. |
| user_agent | String | User-Agent string to use. Required |
| proxy | String | Proxy in format http://user:pass@ip:port. |
| rqdata | String | Optional. Required for some captchas. |
GET Request
POST Request
200 OK
GET
https://api.voidsolver.tech/solve-advance/task/:taskidFetch the result of an advanced task.
Path Parameters
| Field | Type | Description |
|---|---|---|
| taskid | String | ID from solve-advance. |
cURL
200 OK (Success)