CaptchaSolvCaptchaSolv

Error Codes

All errorId values returned by the CaptchaSolv API.

Every API response includes an errorId integer. 0 always means success.

Error code table

errorIdMeaning
0Success - no error.
1Solve error - the task could not be completed.
2Method not allowed - only POST is accepted.
3Bad request - request body is malformed or missing required fields.
4Unauthorized - invalid or missing api_key.
5Internal error.
6Task not found - the task_id does not exist or has expired.
7Solve timeout - the task was not solved within timeout_secs.

Error response shape

{
  "errorId": 4,
  "errorMessage": "unauthorized"
}

On this page