A comprehensive guide to using our CAPTCHA and reCAPTCHA solving APIs.
The DeCaptcha API provides programmatic access to our AI-powered CAPTCHA solving capabilities. This reference documentation will help you integrate our services into your applications. Our API is RESTful, uses JSON for data formatting, and follows standard HTTP response codes.
All API requests should be made to:
https://api.decaptcha.net
All requests to the DeCaptcha API require authentication via an API key. Your API key should be included in the header of each request:
x-api-key: YOUR_API_KEY
To obtain the API key, please log into Decaptcha. The API key can be found in the "My Profile" section:
Our API is organized into the following categories:
Solve image-based text CAPTCHAs with high accuracy and lightning-fast response times.
View DocumentationSolve Audio Captcha challenges with our advanced audio processing technology.
View DocumentationSolve Google reCAPTCHAv2 image challenges with advanced image processing technology.
View DocumentationSolve Google reCAPTCHAv2 token challenges with advanced image processing technology.
View DocumentationReport incorrect predictions to help improve our system's accuracy over time.
View DocumentationBelow is a list of available service providers:
| Provider Name | Provider Code |
|---|
Our solver can accurately recognize and decode various types of text-based CAPTCHAs with ease.
Our API uses standard HTTP response codes to indicate the success or failure of requests. Error responses include a descriptive message to help you troubleshoot any issues.
| Status Code | Description |
|---|---|
| 200 OK | The request was successful. |
| 400 Bad Request | The request was invalid or malformed. |
| 401 Unauthorized | Authentication failed or API key is invalid. |
| 403 Forbidden | You don't have permission to access this resource or insufficient balance. |
| 404 Not Found | The requested resource was not found. |
| 500 Internal Server Error | Something went wrong on our end. Please try again later. |
If you have any questions or need assistance with our API, don't hesitate to contact our support team.