Loading...
Loading...
Submit a captcha solving task.
/createTask| Field | Type | Required | Description |
|---|---|---|---|
| clientKey | string | Yes | Your API key |
| task.type | string | Yes | HCaptchaTask |
| task.websiteURL | string | Yes | Full URL of the page where hCaptcha is rendered |
| task.websiteKey | string | Yes | The hCaptcha sitekey |
| task.rqdata | string | No | Enterprise rqdata value |
| task.proxy | string | Yes | Proxy in format http://user:pass@host:port |
{
"clientKey": "your-api-key",
"task": {
"type": "HCaptchaTask",
"websiteURL": "https://discord.com/register",
"websiteKey": "a9b5fb07-92ff-493f-86fe-352a2803b3df",
"rqdata": "...",
"proxy": "http://user:pass@host:port"
}
}{
"errorId": 0,
"taskId": "9a5b8054b3c3450f94f053e093255d12"
}| Field | Type | Description |
|---|---|---|
| errorId | integer | 0 on success, 1 on error |
| taskId | string | Unique task identifier for polling |
| errorCode | string | Present only on error |
| errorDescription | string | Human-readable error message |