~8.4s
median solve
Sub-10s solves
Median solve time under ten seconds. Requests auto-queue during spikes, so bursts slow down instead of failing.
Industrial API infrastructure for web scraping, automation and high-volume data pipelines. Sub-10s resolutions, 99.1% success rate, zero setup fees.
import requests resp = requests.post(( "https://api.scarnox.com/api/tasks/create", headers={"Authorization": "Bearer scarnox_***"}, json={ "captcha_type": "PopularCaptchaTokenProxyless", "site_key": "YOUR_SITEKEY", "site_url": "https://your-site-url.com", } ) data = resp.json() token = data["solution"]["token"]
// live_performance
Hourly Throughput
Solved vs Failed
Everything needed to ship automation that survives production — no marketing theatre, just the numbers the dashboard reports.
~8.4s
median solve
Median solve time under ten seconds. Requests auto-queue during spikes, so bursts slow down instead of failing.
98%
success rate
Vision and NLP models trained on millions of challenges. No human click-farm in the loop, so throughput scales with hardware.
Human-like behaviour modelling that clears enterprise risk profiles.
A single synchronous POST. Predictable response shapes, no polling loop to write.
Nothing is throttled per account — tasks queue instead of returning 429s.
From signup to production-scale solving in minutes, using one endpoint and an API key.
Sign up in ten seconds. Your key is waiting in the dashboard with $0.01 of free credit already applied.
Send site_url, site_key and captcha_type to one endpoint. Queueing and routing are handled for you.
A valid token comes back in the same response, usually within ten seconds. Drop it into your automation.
Ready to get started?
Start free// integration
POST to /api/tasks/create with your sitekey and URL. Get a valid token back in seconds.
curl -X POST "https://api.scarnox.com/api/tasks/create" \
-H "Authorization: Bearer scarnox_YOURAPIKEY" \
-H "Content-Type: application/json" \
-d '{
"captcha_type": "PopularCaptchaTokenProxyless",
"site_key": "YOUR_SITEKEY",
"site_url": "https://your-site-url.com"
}'Transparent per-1,000 rates for every major CAPTCHA. No subscriptions, no setup fees, and failed solves are never billed.
Everything worth knowing about integration, throughput, pricing and uptime.
Ship faster.
Industrial-grade reliability with developer-friendly pricing. Up and running in about two minutes.