getToken

The getToken is used to solve a captcha without going through the task system. Endpoint: https://api.hexcap.cc/getToken

Method: POST

Content type: application/json

Name
Type
Description

clientKey

String

Your API key

task

Object

The captcha task info

{
    "clientKey":"api key",
    "task": {
        "type":"RecaptchaV2Task",
        "websiteURL":"https://www.google.com/recaptcha/api2/demo",
        "websiteKey":"6Le-wvkSAAAAAPBMRTvw0Q4Muexq9bi0DJwx_mJ-"
    }
}

{"Result": "0cAF...", "TS": "1759684692536"}
{"Result": "Captcha failed to be solved", "TS": "1759684692536"}

Last updated