v2.0 — fleet auto-tuning live

Solve any captcha
in milliseconds.

Enterprise-grade solving API with self-tuning worker fleet, always-warm solution pool, and a developer-first SDK. Drop in, keep your stack, ship faster.

Trusted by automation teams across 40+ countries

0.8s

Avg response

99.9%

Success rate

24/7

Uptime SLA

quickstart.python
import requests
import time
 
API_KEY = "YOUR_API_KEY"
 
# 1. Create a task
task = requests.post("https://api.3xcaptcha.com/create", json={
"clientKey": API_KEY,
"task": {
"type": "ReCaptchaV2TaskProxyless",
"websiteURL": "https://example.com",
"websiteKey": "6Le-wvkSAAAAAPBMR..."
}
}).json()
 
taskId = task["taskId"]
 
# 2. Wait for the solution (avg 0.8s)
time.sleep(1)
 
# 3. Retrieve parsed solution
result = requests.post("https://api.3xcaptcha.com/result", json={
"clientKey": API_KEY,
"taskId": taskId
}).json()
 
print(result["solution"]["gRecaptchaResponse"])
~{"status": "ready", "solution": "03AGdBq..."}

Powering automation across leading teams

OPENBOTDRIFTOPSSCRAPELYFIREDESKBYPASS.IONIMBUS
Built for automation

Everything you need. Nothing you don't.

High-throughput solver

Submit thousands of requests in parallel. The distributed worker cluster auto-scales so latency stays flat under load.

Drop-in API

Already on a competitor? Change one line. Compatible payload schema means existing scripts just keep working.

Auto-tuning fleet

Each worker self-optimizes throughput, retries and backup capacity per domain. No more babysitting configs.

Privacy by default

No solution payload retained, encrypted handshakes, isolated tenant pipelines for critical environments.

Always-warm pool

Solutions are pre-staged so the first call doesn't pay the cold-start tax. Instant pickup at peak hours.

Global redundancy

Multi-region failover with healthchecked nodes. If a region degrades, traffic seamlessly reroutes.

Pay-as-you-go

One simple price. Real-time billing.

No hidden fees, no subscriptions. You only pay for successful solutions, with deductions applied the moment the worker finishes.

Image captcha

Standard OCR
$0.400/ 1k req
1sAverage speed
95%Success rate
  • Latin & numeric
  • Up to 200 px height
  • Auto rotation
Choose plan
Most popular

ReCaptcha V2

Token proxyless
$0.400/ 1k req
~6sAverage speed
98%Success rate
  • Domain-pinned solver pool
  • Score & enterprise support
  • Drop-in compatible payload
Get started

ReCaptcha V3

High score
$0.400/ 1k req
~2sAverage speed
99%Success rate
  • ≥0.7 by default
  • Action targeting
  • Region selection
Choose plan
FAQ

Questions, answered.

  • We bill per successful solution, deducted from your balance the moment the solver returns a token. Failed or expired requests are not billed.

  • No persistence beyond what's needed to dispatch a solution. Solution tokens are removed shortly after delivery, and we never share data with third parties.

  • Yes. Endpoints, payload schema and response shapes mirror the most common providers, so you can switch with a single base-URL change.

  • Our auto-tuner observes per-domain demand each hour and adjusts internal multipliers automatically — you don't need to tune anything manually.

  • Both. Cryptomus checkout supports USDT, BTC, ETH and more; VietQR transfers credit your account automatically once the bank confirms.

Ship the first integration in 5 minutes.

Spin up an account, copy your API key, run the snippet. Your automation pipeline is live before lunch.