A production-grade solving API for the most popular anti-bot captcha framework — standard and enterprise variants, proxied or proxyless. Sub-2s median. Pay per solve.
Every knob you'd expect from a serious infrastructure vendor. Nothing you don't need.
Solvers are distributed across 6 regions with a warm pool ready to go. Median 1.4s, p99 under 4s.
In-house vision + audio models retrained weekly against the latest challenge variants.
Every solve runs in a fresh sandbox. No fingerprint carryover, no cross-contamination.
Burst to 10k concurrent solves without provisioning. Pay only for what you use.
REST JSON API — call it from Python, Node, Go, Rust, or curl. Token-based, no headless browser required.
Live solve stream, per-key analytics, spend caps, alerting, and full audit log.
Idiomatic SDKs. Predictable JSON. Real error codes. Zero surprises in staging.
# 1) create the task
curl -X POST https://api.ragecaptcha.com/create-task \
-H "Content-Type: application/json" \
-d '{
"clientkey": "your-api-key",
"data": {
"task": "PopularCaptchaEnterpriseToken",
"siteurl": "https://target.com",
"sitekey": "4c672b6e-f059-4a7c-8e6f-45b1e9c562c1",
"proxy": "http://user:pass@ip:port"
}
}'
# 2) poll for the result (every 1–2s)
curl -X POST https://api.ragecaptcha.com/check-task \
-H "Content-Type: application/json" \
-d '{"clientkey":"your-api-key","task_id":"<task_id>"}'Every variant shares one endpoint, one auth model, one response shape. Click a blueprint to inspect its rack.
[ your app ]
│ POST /create-task → /check-task
▼
┌─ ragecaptcha ─────────────────┐
│ type : PopularCaptchaToken │
│ proxy : required │
│ layer : standard │
└───────────────┬───────────────┘
▼
{ token: "…" }◆ ALIASES ACCEPTED: siteurl / site / site_url · site_key · rqdata SUPPORTED
Top-up based. No free solves, no monthly minimums, no refunds. Move the sliders — see the invoice.
If you don't see yours here, ask us on Telegram.
Top up, grab a key, and see a signed token come back in under a minute — no sales calls, no minimums, no free-solve games.