One API.
Every CAPTCHA.
Integrate once, route across 25 providers, and pay from a single balance. Switch providers without changing a line of client code.
Three endpoints. Every provider.
Same request shape, same response shape, same error envelope across every provider AnySolver supports.
- POST
/createTaskCreate a task. Same shape, every provider.
- POST
/getTaskResultPoll until status is ready, errored, or timeout.
- POST
/getBalanceRead your shared balance in USD.
await fetch('https://api.anysolver.com/createTask', { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify({ clientKey: process.env.ANYSOLVER_KEY, settings: { routing: { provider: 'CapSolver' } }, task: { type: 'ReCaptchaV2TokenProxyLess', websiteURL: 'https://example.com/login', websiteKey: '6Lc...AAAAA', pageTitle: 'Sign in', }, }),});only change: settings.routing.provider
Pick an outcome. We pick the provider.
Route by cost, speed, reliability, or your own provider order. Decisions happen at the task-type level, never per request URL or sitekey.
Auto Cheapest
The default. Lowest static price for the task type, read straight from provider metadata.
- Decision input
- static metadata
- Latency cost
- none, synchronous
- Tie break
- first-listed provider
Per-task cost for ReCaptchaV2TokenProxyLess
- Multibot$0.0001chosen
- SolveCaptcha$0.0006
- CapMonster$0.0006
- EZCaptcha$0.0006
- CapSolver$0.0008
25 providers. One wallet.
You don’t sign up with CapSolver, 2Captcha, AntiCaptcha, or any of the other 22. You deposit once into AnySolver, and every task debits the same userBalance row, whichever provider runs it.
- Pre-deduct on createTask
- Reconcile when the task settles
- Auto-refund on failure
$142.5731
debited by every provider, every task
Earn from idle provider keys.
Drop in a CapSolver, 2Captcha, or AntiCaptcha key with leftover balance. AnySolver routes real customer tasks through it and you earn a share of the settled task cost.
Convert from $0.10
Move frozen earnings to your AnySolver balance the moment you reach the floor.
Withdraw from $10
Manual crypto payout via support. No automatic claw-backs, no surprise locks.
platformOnly mode
Per-request opt-out from community keys when you need provider provenance.
Every CAPTCHA you’ll meet in production.
reCAPTCHA, Turnstile, GeeTest, FunCaptcha, plus anti-bot stacks like Cloudflare, DataDome, Akamai, PerimeterX, and Kasada, with image-recognition tasks for everything in between.
CAPTCHAs
62 task types
reCAPTCHA, PopularCaptcha, Turnstile, FunCaptcha, GeeTest, MtCaptcha…
Anti-Bot & WAF
34 task types
Cloudflare, Akamai, DataDome, PerimeterX, Kasada, AWS WAF…
Recognition
13 task types
Image-to-text, bounding box, rotate, coordinates, audio…
Platform Actions
10 task types
Amazon, Binance, Temu, Cord, Twitch and actions…
Ready to get started?
Everyone can register now. Stay in the loop with product updates and news. No spam.