Cloudflare Turnstile Solver API
Bypass Cloudflare Turnstile challenges programmatically. Built for AI agents and automation pipelines. 100 free solves, no credit card required.
How It Works
Submit
POST the target URL and Turnstile siteKey to our API. Get back a solve ID instantly.
Solve
Our Camoufox solver loads the page in a real browser, passes fingerprint checks, and solves the Turnstile challenge.
Get Token
Poll for the result or receive it via webhook. Use the token in your requests to bypass the Turnstile check.
Solve Turnstile in 3 Lines of Python
from gatesolve import GateSolve
client = GateSolve(api_key="gs_your_key")
token = client.solve("cloudflare-turnstile", site_key="0x4AAAA...", page_url="https://example.com")Install: pip install gatesolve
REST API
Submit a Solve Request
curl -X POST https://gatesolve.dev/api/solve \
-H "Authorization: Bearer gs_your_key" \
-H "Content-Type: application/json" \
-d '{
"type": "cloudflare-turnstile",
"siteKey": "0x4AAAA...",
"pageUrl": "https://example.com"
}'Poll for Result
curl https://gatesolve.dev/api/solve?id=<solve_id>
# Response when solved:
{
"id": "abc123",
"status": "solved",
"token": "0.AV3k...",
"solvedIn": "12.3s"
}Why GateSolve for Turnstile
100 Free Solves
No credit card. Get an API key and start solving immediately.
Real Browser Solving
Camoufox passes fingerprint checks that headless browsers fail.
Async API
Submit and poll, or use webhook callbacks for non-blocking workflows.
Python SDK
pip install gatesolve — three lines to your first solve.
MCP Server
Works with Claude, OpenAI, and any MCP-compatible agent framework.
Framework Plugins
Drop-in plugins for Playwright, Puppeteer, and Selenium.
$0.02/Solve
After free tier. Pay with USDC micropayments, no subscriptions.
Webhook Callbacks
Get results POSTed to your endpoint instead of polling.
GateSolve vs Other Turnstile Solvers
| Feature | GateSolve | 2Captcha | CapSolver |
|---|---|---|---|
| Free Tier | 100 solves free | No | No |
| Turnstile Price | $0.02/solve | $1.00/1K | ~$0.80/1K |
| Signup Required | Email only | Email + deposit | Email + deposit |
| MCP Server | Yes | No | No |
| Python SDK | pip install gatesolve | pip install 2captcha-python | pip install capsolver |
| Webhook Callbacks | Yes | No | No |
Start Solving Turnstile CAPTCHAs
100 free solves. No credit card. 30-second setup.
Get Free API Key →