RECAPTCHA V3 SOLVED 430MSAWS WAF SOLVED 511MSGEETEST SOLVED 690MSCAPTCHAFOX SOLVED 540MSRECAPTCHA V3 ENT SOLVED 470MSRECAPTCHA V3 SOLVED 430MSAWS WAF SOLVED 511MSGEETEST SOLVED 690MSCAPTCHAFOX SOLVED 540MSRECAPTCHA V3 ENT SOLVED 470MS
// More human than humanSolver API - Rev 1.0

Outsmart
the Grid.

The fastest AI-powered CAPTCHA solving API. Bypass reCAPTCHA, AWS WAF, and anti-bot systems with sub-second latency and human-grade precision.

642MS
Median solve
99.9%
Uptime SLA
7+
Challenge types
Works withSeleniumPlaywrightPuppeteerScrapyRequestscURL

Challenge in.
Token out.

[ 01 / PIPELINE ]
01

Send the challenge

Post the site key, URL and type to /createTask. Proxy or proxyless - your call.

02

Neural solve

ML solvers and smart fingerprinting emulate a real browser and crack it in milliseconds.

03

Get your token

Poll /getTaskResult, drop the token into your request, and you're through.

CapBypass solve pipelineClient sends createTask to the gateway, the gateway dispatches it to a solver worker, the client polls getTaskResult and receives a token.01ClientYour app or scriptPOST /createTask02GatewayRedis Streams queueDISPATCH03SolverML + fingerprintingGET /getTaskResult04TokenSigned & readySOLVE.LOGLIVE$ capbypass solve --type ReCaptchaV3Task→ dispatch → neural solver✓ SOLVED token: 03AFcW…Zt 430ms

Built for scale.

[ 02 / CAPABILITIES ]
01

Lightning fast

Median solve under a second. Neural networks crack challenges in milliseconds, not seconds - no manual solving farms in the loop.

02

Drop-in SDKs

Native clients for Python, JavaScript and Go. Swap your existing solver for CapBypass with zero refactor.

03

Smart fingerprinting

Undetectable browser emulation for Turnstile and Enterprise challenges that score behaviour, not clicks.

04

Enterprise stability

Redis-streamed job queue and multi-DC workers built to absorb millions of requests a day. 99.9% uptime.

Ship the solve
in five lines.

[ 03 / QUICKSTART ]

Create a task, poll for the token, move on. The SDK handles retries, polling and backoff so your code stays clean.

◎ Pay per solveYou're only billed for tokens we actually return. Failed solves cost nothing.
# 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

Faster, cheaper,
pay only for wins.

[ 05 / BENCHMARKS ]
MetricCapBypass2CaptchaCapSolver
Median solve time642 ms10-20 s3-6 s
Price / 1k · reCAPTCHA v3$0.60$1.45-2.99$1.00
Success rate99.4%~95%~98%
Failed solves are free
Native SDKs - Py / JS / Go
Browser extension
Fingerprint emulationlimited
// Public pricing, timings & success rates; competitor figures vary by challenge type, plan, volume and load.
48,200,000+
Solves served to date
G2
4.8/ 5
★★★★★
Trustpilot
4.7/ 5
★★★★★

Simple, usage
based pricing.

[ 06 / PRICING ]
Pay as you goFailed solves are free1,000 free solves to startNo monthly minimum
ChallengePrice / 1,000 solvesModeAvailability
reCAPTCHA v3$0.60Proxy · ProxylessLive
GeeTest$0.99Proxy · ProxylessLive
AWS WAFincl. mobile$1.30Proxy · ProxylessLive
reCAPTCHA v3 Enterprise$2.00Proxy · ProxylessLive
CaptchaFox$3.00Proxy · ProxylessLive
reCAPTCHA v2$0.50Proxy · ProxylessSoon
Turnstile$3.00Proxy · ProxylessSoon
// Billed per successful solve - failed solves cost nothing.Start free

Questions,
answered.

[ 07 / FAQ ]
How fast are solves?+
Median solve time is 642ms, with most challenges returning a token in under a second. reCAPTCHA v3 and AWS WAF token challenges are typically fastest; interactive challenges like GeeTest take slightly longer.
Which challenges do you support?+
reCAPTCHA v3 (including Enterprise), AWS WAF, GeeTest and CaptchaFox are live today. reCAPTCHA v2 and Cloudflare Turnstile are shipping soon, and new challenge types are added continuously.
How does pay-per-solve billing work?+
You're only charged when we return a valid token. Failed solves cost nothing - no seats, no monthly minimum, no subscription. Your balance is drawn down per successful solve.
Do you provide SDKs?+
Yes - native clients for Python, JavaScript/TypeScript and Go, plus a browser extension that auto-detects captchas and generates solver payloads. Or call the REST API directly.
Is there a free trial?+
Every account starts with 1,000 free solves, no card required. Add credits whenever you're ready to scale up.
Can I use my own proxies?+
Yes. Every task type supports both proxy and proxyless modes - pass your own proxy for geo-sensitive targets, or let us handle routing.
Pay as you go

Only pay for
what gets solved.

No seats. No monthly minimum. Failed solves are free- you're billed per returned token, nothing else.

Start free trial
1,000 free solves - no card required