A high-performance, ultra-fast API solver for Cloudflare Turnstile and Cloudflare IUAM (Under Attack Mode) challenges. Designed for seamless, automated web scraping, data extraction, and bot automation.
- Website: https://xsolve.me
- Documentation: https://docs.xsolve.me/
- π High Speed: Solves under 1-4s
- π‘οΈ Advanced Bypass: Bypasses Turnstile (
task.turnstile) and IUAM (task.iuam) defense layers. - π³ Pay-Per-Solve: 100% success-only billing policy.
- π Simple Integration: Integrate easily using HTTP requests in Python, JavaScript, Curl, Go, PHP, etc.
We offer high-performance solvers at competitive prices:
| Available Task | Task Identifier | Price (per 1k requests) |
|---|---|---|
| Cloudflare Turnstile | task.turnstile |
$0.08 |
| Cloudflare IUAM (Currently down) | task.iuam |
$0.08 |
- β‘ Cost: $0.00008 per one solve
- βοΈ Only pay for successful solves
- πͺ Payment Method: Cryptocurrency
That's over 12,500 CAPTCHAs solved for just a single dollar!
| Deposit Amount | Solves / Tokens |
|---|---|
| $1 | 12,500 (12.5k) |
| $5 | 62,500 (62.5k) |
| $10 | 125,000 (125k) |
| $20 | 250,000 (250k) |
| $50 | 625,000 (625k) |
| $100 | 1,250,000 (1.25m) |
To integrate our solver into your application, use the following simple Python example:
import requests
url = "https://api.xsolve.me/task"
headers = {
"X-Api-Key": "YOUR_API_KEY",
"Content-Type": "application/json"
}
payload = {
"mode": "turnstile",
"url": "https://example.com", # Replace with the target site URL
"sitekey": "0x4AAAAAA..." # Replace with the target Turnstile sitekey
}
response = requests.post(url, headers=headers, json=payload)
print(response.json())For full API documentation, other languages (Curl, JavaScript), and custom integrations, check our Documentation or log in to your dashboard at xsolve.me.
- Telegram Channel: https://t.me/rex_update
- Discord Server: https://discord.gg/eM6wqY7z53
