API-eindpunt: https://api.nextcaptcha.com/getTaskResult
methode: POST
Inhoudstype: application/json
| naam | type | Vereist | Beschrijving | 
|---|---|---|---|
| clientKey | Snaar | Ja | Uw API-sleutel | 
| taskId | Geheel getal | Ja | taak-id | 
{
  "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..."
  }
}