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.io/createTask', { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify({ clientKey: process.env.ANYSOLVER_KEY, provider: 'CapSolver', task: { type: 'ReCaptchaV2TaskProxyless', websiteURL: 'https://example.com/login', websiteKey: '6Lc...AAAAA', pageTitle: 'Sign in', }, }),});only change: 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 — ReCaptchaV2TaskProxyless
21 providers. One wallet.
You don’t sign up with CapSolver, 2Captcha, AntiCaptcha, or any of the other 18. You deposit once into AnySolver. Every task — whichever provider runs it — debits the same userBalance row.
- 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, hCaptcha, Turnstile, GeeTest, FunCaptcha, plus anti-bot stacks like Cloudflare, DataDome, Akamai, PerimeterX, Kasada — and image-recognition tasks for everything in between.
CAPTCHAs
51 task types
reCAPTCHA, PopularCaptcha, Turnstile, FunCaptcha, GeeTest, MtCaptcha…
Anti-Bot & WAF
28 task types
Cloudflare, Akamai, DataDome, PerimeterX, Kasada, AWS WAF…
Recognition
7 task types
Image-to-text, bounding box, rotate, coordinates, audio…
Platform Actions
9 task types
Amazon, Binance, Discord, Steam, PayPal, Epic Games…
Ready to get started?
Everyone can register now. Stay in the loop with product updates and news. No spam.