> ## Documentation Index
> Fetch the complete documentation index at: https://docs.snakecaptcha.com/llms.txt
> Use this file to discover all available pages before exploring further.

# getTaskResult

The getTaskResult is used to get the result of the task created.\
\
**Endpoint:** [https://api.snakecaptcha.com/getTaskResult](https://api.hexcap.cc/getTaskResult)

**Method:** POST

**Content type:** application/json

| Name      | Type   | Description  |
| --------- | ------ | ------------ |
| clientKey | String | Your API key |
| taskId    | String | The Task Id  |

```text theme={null}
{
    "clientKey":"api key",
    "taskId": "xxxx"
}
```

```text theme={null}
{"Result": "0cAF...", "TS": "1759684692536"}
{"Result": "Captcha failed to be solved", "TS": "1759684692536"}
{"Result": "Captcha not solved yet", "TS": "1759684692536"}
```
