Point de terminaison de l'API: https://api.nextcaptcha.com/getTaskResult
méthode: POST
Type de contenu: application/json
nom | taper | Requis | Description |
---|---|---|---|
clientKey | Chaîne | Oui | Votre clé API |
taskId | Entier | Oui | identifiant de tâche |
{
"clientKey": "api key",
"taskId": 1781234567890
}
{
"errorId": 0,
"status": "processing"
}
{
"errorId": 12,
"errorCode": "ERROR_CAPTCHA_UNSOLVABLE",
"errorDescription": "captcha could not be solved,because proxy is not allowed for this task"
}
{
"errorId": 0,
"status": "ready",
"solution": {
"gRecaptchaResponse": "03AOLTBLR8z..."
}
}