getTaskResult

The getTaskResult is used to get the result of the task created. Endpoint: https://api.hexcap.cc/getTaskResult

Method: POST

Content type: application/json

Name
Type
Description

clientKey

String

Your API key

taskId

String

The 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"}

Last updated