Standard Solver
Basic image captcha solving and standard challenges.
POST
https://api.voidsolver.tech/createtaskCreates a captcha solving task. Returns a taskId which is used to poll for the result.
Body Parameters
| Field | Type | Description |
|---|---|---|
| site_url | String | The URL of the page with the captcha. |
| site_key | String | The sitekey of the captcha. |
| proxy | String | Proxy in format http://user:pass@ip:port. |
| rqdata | String | Optional. Required for some captchas (e.g. hCaptcha Enterprise). |
| pow_type | String | Optional. Expectations: hsw or hsl. Defaults to hsw. |
200 OK
GET
https://api.voidsolver.tech/gettaskresultFetch the result of a task using the taskId obtained from creating a task.
Query Parameters
| Field | Type | Description |
|---|---|---|
| taskid | String | ID from createtask. |
cURL
200 OK (Success)