anycaptcha.com
Search
K

APIs Errors Reference

This is the list of errors our API may produce. We strongly advise developers to log and analyze all API errors and take according actions on time, like fixing bugs in your app and distribute updates
Identifier
Code
Description
0
SUCCESS
Code 0 is for "no errors".
1
ERROR_KEY_DOES_NOT_EXIST
Account authorization key not found in the system. Make sure you copied it correctly without spaces and tabulation signs.
2
ERROR_NO_SLOT_AVAILABLE
No idle captcha workers are available at the moment
10
ERROR_ZERO_BALANCE
Account has zero or negative balance.
12
ERROR_CAPTCHA_UNSOLVABLE
Captcha could not be solved, see errorDescription field
16
ERROR_NO_SUCH_CAPCHA_ID
Captcha you are requesting does not exist in your active captchas list or has been expired
23
ERROR_TASK_NOT_SUPPORTED
Task type is not supported or typed incorrectly. Please check "type" property in task object
55
ERROR_ACCOUNT_SUSPENDED
System suspended your account for a significant reason. Contact support for details.
61
ERROR
See errorDescription property for more details
Last modified 1yr ago