✨ NoCaptcha v2 is here — fresh look, API v2 & agentic solving.Read the changelog →
Start Here

Error Codes

Comprehensive Error Codes Guide for NoCaptcha AI

Error Codes

Error Codes

This document provides a complete reference for understanding error codes returned by NoCaptcha AI systems.


Glossary

FieldDescription
errorIdUnique internal error identifier.
errorCodePublic-facing error code.
errorDescriptionHuman-readable explanation of the error.
statusCurrent status of the request or system state.

Meaning

statuserrorId
2001 = error
4000 = successful
4000 = successful

Example Response

{
  "errorId": 1,
  "errorCode": 0,
  "errorDescription": null,
  "status": "ready"
}

On this page

Content-Length: 0