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 | task.iuam |
$0.08 |
- β‘ Cost: $0.00008 per one solve
- βοΈ Only pay for successful solves
- πͺ Payment Method: Cryptocurrency
Get extra balance when you deposit more! Maximum deposit: $500.
| Deposit Range | Bonus | Example |
|---|---|---|
| Under $25 | 0% | $10 β $10 balance |
| $25 β $49 | 20% | $30 β $36 balance |
| $50 β $99 | 30% | $75 β $97.50 balance |
| $100 β $500 | 40% | $200 β $280 balance |
That's over 12,500 CAPTCHAs solved for just a single dollar!
| Deposit Amount | Bonus | Total Balance | Solves / Tokens |
|---|---|---|---|
| $1 | β | $1 | 12,500 (12.5k) |
| $5 | β | $5 | 62,500 (62.5k) |
| $25 | +$5 | $30 | 375,000 (375k) |
| $50 | +$15 | $65 | 812,500 (812.5k) |
| $100 | +$40 | $140 | 1,750,000 (1.75m) |
| $500 | +$200 | $700 | 8,750,000 (8.75m) |
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
