API Documentation
Welcome to the Axilon hCaptcha Solver API documentation. Our RESTful API provides high-performance automated captcha solving with 95%+ success rate, built for speed and reliability.
Lightning Fast
Average solve time of 20-30 seconds with auto-scaling workers
95%+ Success Rate
Advanced AI-powered solving with anti-detection built in
Secure & Reliable
API key authentication with per-key usage tracking
Authentication
All API requests require authentication using your API key passed in the X-API-Key header.
/solve requests consume your API key quota. Checking task status and viewing stats do not count against your limit.Need an API key? Create a free account to get started.
Quick Start
Get up and running with Axilon Solver in 3 simple steps.
Register a free account to get your API key instantly.
Send a GET request to
/api/solve with your parameters.Check
/api/task/<id> until status is success.Submit Captcha Task
Submit an hCaptcha challenge to be solved. Returns a task ID for polling.
Check Task Status
Poll for the result of a submitted captcha task. Does not consume your API key quota.
API Statistics
View live API performance statistics. Does not consume your API key quota.
Health Check
Public health check endpoint. No authentication required.
Error Codes
The API uses standard HTTP status codes to indicate success or failure.
Code Examples
Complete working examples to get you started quickly.