The fastest AI-powered CAPTCHA solving API. Bypass reCAPTCHA, AWS WAF, and anti-bot systems with sub-second latency and human-grade precision.
Post the site key, URL and type to /createTask. Proxy or proxyless - your call.
ML solvers and smart fingerprinting emulate a real browser and crack it in milliseconds.
Poll /getTaskResult, drop the token into your request, and you're through.
Median solve under a second. Neural networks crack challenges in milliseconds, not seconds - no manual solving farms in the loop.
Native clients for Python, JavaScript and Go. Swap your existing solver for CapBypass with zero refactor.
Undetectable browser emulation for Turnstile and Enterprise challenges that score behaviour, not clicks.
Redis-streamed job queue and multi-DC workers built to absorb millions of requests a day. 99.9% uptime.
Create a task, poll for the token, move on. The SDK handles retries, polling and backoff so your code stays clean.
# pip install capbypass from capbypass import Client client = Client(api_key="cb_live_...") token = client.solve( type="ReCaptchaV3Task", website_url="https://target.com", website_key="6Le-...abc", ) print(token) # 03AFcW... solved in 430ms
// npm i @capbypass/sdk import { Client } from "@capbypass/sdk"; const client = new Client({ apiKey: "cb_live_..." }); const token = await client.solve({ type: "ReCaptchaV3Task", websiteURL: "https://target.com", websiteKey: "6Le-...abc", }); console.log(token); // 03AFcW... in 430ms
// go get github.com/capbypass/go client := capbypass.New("cb_live_...") token, _ := client.Solve(capbypass.Task{ Type: "ReCaptchaV3Task", WebsiteURL: "https://target.com", WebsiteKey: "6Le-...abc", }) fmt.Println(token) // 03AFcW... 430ms
v2, v3 and Enterprise - checkbox, invisible and score-based.
Token and interactive AWS WAF challenges, desktop and mobile.
Slide, click and intelligent GeeTest challenges.
Interactive CaptchaFox proof challenges.
Cloudflare Turnstile non-interactive challenges.
| Metric | CapBypass | 2Captcha | CapSolver |
|---|---|---|---|
| Median solve time | 642 ms | 10-20 s | 3-6 s |
| Price / 1k · reCAPTCHA v3 | $0.60 | $1.45-2.99 | $1.00 |
| Success rate | 99.4% | ~95% | ~98% |
| Failed solves are free | ✓ | ✓ | ✓ |
| Native SDKs - Py / JS / Go | ✓ | ✓ | ✓ |
| Browser extension | ✓ | ✓ | ✓ |
| Fingerprint emulation | ✓ | limited | ✓ |
| Challenge | Price / 1,000 solves | Mode | Availability |
|---|---|---|---|
| reCAPTCHA v3 | $0.60 | Proxy · Proxyless | Live |
| GeeTest | $0.99 | Proxy · Proxyless | Live |
| AWS WAFincl. mobile | $1.30 | Proxy · Proxyless | Live |
| reCAPTCHA v3 Enterprise | $2.00 | Proxy · Proxyless | Live |
| CaptchaFox | $3.00 | Proxy · Proxyless | Live |
| reCAPTCHA v2 | $0.50 | Proxy · Proxyless | Soon |
| Turnstile | $3.00 | Proxy · Proxyless | Soon |
No seats. No monthly minimum. Failed solves are free- you're billed per returned token, nothing else.
Start free trial