What is AnySolver
A unified CAPTCHA-solving platform that works with every major provider.
Introduction
AnySolver is a unified CAPTCHA-solving API. Write one integration, access every major provider, and let AnySolver handle routing, execution, and result delivery.
Why AnySolver?
How It Works
Send a task to AnySolver, and it handles provider selection, execution, and polling automatically.
See the Getting Started guide for the complete workflow with code examples.
Quick Example
{ "clientKey": "your-api-key-from-dashboard", "task": { "websiteURL": "https://www.google.com/recaptcha/api2/demo", "websiteKey": "6Le-wvkSAAAAAPBMRTvw0Q4Muexq9bi0DJwx_mJ-", "pageTitle": "reCAPTCHA demo", "type": "ReCaptchaV2TokenProxyLess" }}Response:
{
"taskId": "7c1e1d3a-7e8f-4d4f-8e5d-5c9e7d8a9b1c",
"status": "processing"
}Routing Strategies
AnySolver can route tasks based on different criteria. Configure your routing strategy in the dashboard under API Keys.
Learn more in the Routing Strategies guide.
Supported Task Types
AnySolver supports all major CAPTCHA types. Each task type has full documentation with request/response schemas.
See the Tasks section for the complete list and documentation.
Learn More
FAQ
Getting Started
Ready to integrate AnySolver?
Set up authentication and create your first task.
Understand how pricing, billing, and refunds work.
Browse all supported CAPTCHA types with full schema documentation.
Complete reference for all API endpoints and responses.
New to AnySolver?
Start with the Getting Started guide. You'll create your first task in under 5 minutes.