Three captcha kinds. One endpoint.

Solve captchas
at machine speed

One API for the captchas that actually slow you down: Popular, Cloudflare Turnstile, and Cloudflare Challenge. Sub-second on Turnstile. Pay per solve, never for failures.

Pay per solve
99.9% success rate
Three captcha kinds
LIVE
api.onyxsolver.io
$curl -X POST /api/createTask
{
"type": "PopularCaptchaTask","websiteURL": "https://example.com","websiteKey": "f5561ba9-...","proxy": "user:pass@host:port"}
Response in2.3s
token:P0_eyJ0eXAi...kpXVCJ9

Why developers choose us

Built for production. Designed for developers.

<3s

Blazing fast processing

Distributed worker network for Popular, dedicated solving backend for Cloudflare. Sub-3 second solves, sub-second on Turnstile. No queues, no waiting.

Global infrastructure

Workers across multiple continents for minimal latency worldwide.

Hybrid network

Verified human workers for Popular; automated backend for Cloudflare Turnstile and Challenge. The right tool for each kind.

Dead simple integration

One endpoint. One API key. That's it.

const solution = await onyxsolver.solve({ sitekey, url });

Three captchas, one API.

Same createTask / getTaskResult flow. Different task.type. That's the entire integration.

$10/ 1k

Popular Captcha

Worker-solved on our distributed network. ~3s · 99.9% success.

PopularCaptchaTask
New · Current Pricing
$0.30/ 1k
current price

Cloudflare Turnstile

Backend-solved via partner pool. ~1s · 99.9% success. Returns the token.

TurnstileTaskProxyless
New · Current Pricing
$0.40/ 1k
current price

Cloudflare Challenge

Returns clearance cookies + matching userAgent. ~1-5s · ~95% success.

CloudflareChallengeTask
REST API
// 1. Create a task
POST /api/createTask
{
"clientKey": "your_api_key",
"task": {
"type": "PopularCaptchaTask",
"websiteURL": "https://...",
"websiteKey": "site_key"
}
}
// 2. Poll for result
POST /api/getTaskResult
{ "status": "ready", "solution": { "gRecaptchaResponse": "..." } }
Simple REST API

Two endpoints.That's it.

Create a task, poll for the result. Works with any language, any framework, any platform.

Create Task
Submit captcha details, get a task ID
Get Result
Poll every 2-5 seconds until solved
Report Result
Report success/failure to improve quality

Pay per kind. No subscriptions.

Three prices. Simple per-kind pricing for every successful solve.

Popular Captcha
$10/ 1k
See details
Turnstile
$0.30/ 1k
current price
Current PricingSee details →
Challenge
$0.40/ 1k
current price
Current PricingSee details →

Start buildingtoday

Join thousands of developers and teams shipping faster with OnyxSolver.