Retrieves the result of a previously created captcha solving task.
Your API key.
The ID of the task returned by the createTask request.
The status of the task. Can be one of:
processing
- The task is still being processedready
- The task has been completedfailed
- The task has failedThe solution data. Only present when status is ready
.
Error details. Only present when status is failed
.
The reCAPTCHA response token. Only present for reCAPTCHA tasks.
The hCaptcha response token. Only present for hCaptcha tasks.
The Turnstile response token. Only present for Turnstile tasks.
The text from the image. Only present for ImageToText tasks.
The score value for reCAPTCHA v3. Only present for reCAPTCHA v3 tasks.
The User-Agent used to solve the captcha. Present if a custom User-Agent was used.
Common error codes:
ERROR_CAPTCHA_UNSOLVABLE
- The captcha could not be solvedERROR_KEY_DOES_NOT_EXIST
- Invalid API keyERROR_TASK_NOT_FOUND
- Task not foundERROR_PROXY_CONNECTION_FAILED
- Proxy connection failedready
or failed
. We recommend using a polling interval of 3-5 seconds.Retrieves the result of a previously created captcha solving task.
Your API key.
The ID of the task returned by the createTask request.
The status of the task. Can be one of:
processing
- The task is still being processedready
- The task has been completedfailed
- The task has failedThe solution data. Only present when status is ready
.
Error details. Only present when status is failed
.
The reCAPTCHA response token. Only present for reCAPTCHA tasks.
The hCaptcha response token. Only present for hCaptcha tasks.
The Turnstile response token. Only present for Turnstile tasks.
The text from the image. Only present for ImageToText tasks.
The score value for reCAPTCHA v3. Only present for reCAPTCHA v3 tasks.
The User-Agent used to solve the captcha. Present if a custom User-Agent was used.
Common error codes:
ERROR_CAPTCHA_UNSOLVABLE
- The captcha could not be solvedERROR_KEY_DOES_NOT_EXIST
- Invalid API keyERROR_TASK_NOT_FOUND
- Task not foundERROR_PROXY_CONNECTION_FAILED
- Proxy connection failedready
or failed
. We recommend using a polling interval of 3-5 seconds.