AI CAPTCHA Solver
AI-powered CAPTCHA solver with a free tier. No paid API key needed. Uses CLIP (local AI) and Google Gemini Vision (free) to solve: - hCaptcha image grids and canvas challenges - reCAPTCHA v2 image selection - FunCaptcha 3D puzzles Drop-in compatible with 2Captcha and CapSolver API formats. Why switch? - Free tier: 100 solves/month at $0 - Pro tier: 60-80% cheaper than 2Captcha ($9.99 vs…
AI CAPTCHA Solver endpoints
| Method | Endpoint | Description |
|---|---|---|
| solve | ||
| POST |
solve_direct_solve_post /solve |
Submit a CAPTCHA challenge and get the solution immediately. Supports image grids (hCaptcha, reCAPTCHA v2), canvas challenges (hCaptcha interactive), and token-based challenges… |
| createTask | ||
| POST |
create_task_createTask_post /createTask |
Create an async CAPTCHA solving task. Compatible with CapSolver API format. Supported types: HCaptchaTaskProxyLess, ReCaptchaV2TaskProxyLess, ReCaptchaV3TaskProxyLess,… |
| getTaskResult | ||
| POST |
get_task_result_getTaskResult_post /getTaskResult |
Poll for the result of an async CAPTCHA task created with /createTask. |
| health | ||
| GET |
health_health_get /health |
Returns API status. No authentication required. |
| status | ||
| GET |
status_status_get /status |
Returns which solvers are available and active task count. No authentication required. |
AI CAPTCHA Solver pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1 / second |
|
| PRO Recommended | $9.99 / month | 3 / second |
|
| ULTRA | $49.99 / month | 20 / second |
|