CreateTask

Request

POST https://skysolve.xyz/createTask
Host: skysolve.xyz
Content-Type: application/json
{
    "clientKey": "apikey",
    "task": {
        "type": "HCaptchaTask", // tasktype
        "websiteURL": "discord.com", // target siteurl
        "websiteKey": "a9b5fb07-92ff-493f-86fe-352a2803b3df", // target siteurl
        "proxy": "protocol:user:pass@host:port", // proxy
        "rqdata": "string" // optional enterprise sites only
    }
}

Response

{
    "success": true, // true or false
    "taskId": "sky_e7299c894824494cbbadcfcc9728bd81" // uuid hex
}

Last updated