Focus on
code.
Xsolve
handles your
CAPTCHAs.
bypass Cloudflare Turnstile and IUAM challenges, solved tokens out in seconds.
1import requests
2
3url = "https://api.xsolve.me/task"
4
5headers = {
6 "X-Api-Key": "<Your API Key>"
7}
8
9data = {
10 "mode": "turnstile",
11 "sitekey": "0x4AAAAAAA48l90EkbvST26P",
12 "url": "https://turnstiledemo.lusostreams.com/"
13}
14
15response = requests.post(url, headers=headers, json=data)
16print(response.json())1curl -X POST https://api.xsolve.me/task \
2 -H "X-Api-Key: <Your API Key>" \
3 -d '{
4 "mode": "turnstile",
5 "sitekey": "0x4AAAAAAA48l90EkbvST26P",
6 "url": "https://turnstiledemo.lusostreams.com/"
7 }'500m+
Requests processed
99.9%
Target uptime
<3s
Average solve
10+
Active Clients
One price. Nothing to decode.
One flat rate for Turnstile and IUAM. No tiers, no extra math.
$0.08
1k requests
$0.08
1k requests
Quick calculator
Budget
Approximate requests
12,500
Enter values like $2 to estimate requests instantly. That's 12,500 CAPTCHAs solved for a single dollar!
Simple to wire up. Easy to run.
A short API, fast solves, and a dashboard you can watch in production.
Simple API
JSON in, token out. Copy your key and make the first request in minutes.
Low Latency
Fast enough for live traffic. Average solve is under 3 seconds.
Proxy Compatible
Works with HTTP, HTTPS, and SOCKS5. Keep the proxies you already run.
Real-Time Dashboard
Keys, balance, and recent solves in one console you can leave open.
How It Works
Three simple steps to integrate CAPTCHA solving into your workflow.
Get Your API Key
Sign up and copy your API key from the dashboard in seconds.
Send a Request
Post your CAPTCHA data to our API with your sitekey and target URL.
Get the Solution
Receive the solved token in your response, ready to use. That's it.
Frequently Asked Questions
Everything you need to know about Xsolve.