Skip to main content

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.

The getTaskResult is used to get the result of the task created.

Endpoint: https://api.snakecaptcha.com/getTaskResult
Method: POST Content type: application/json
NameTypeDescription
clientKeyStringYour API key
taskIdStringThe Task Id
{
    "clientKey":"api key",
    "taskId": "xxxx"
}
{"Result": "0cAF...", "TS": "1759684692536"}
{"Result": "Captcha failed to be solved", "TS": "1759684692536"}
{"Result": "Captcha not solved yet", "TS": "1759684692536"}