← GateSolve

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

1

Submit

POST the target URL and Turnstile siteKey to our API. Get back a solve ID instantly.

2

Solve

Our Camoufox solver loads the page in a real browser, passes fingerprint checks, and solves the Turnstile challenge.

3

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

FeatureGateSolve2CaptchaCapSolver
Free Tier100 solves freeNoNo
Turnstile Price$0.02/solve$1.00/1K~$0.80/1K
Signup RequiredEmail onlyEmail + depositEmail + deposit
MCP ServerYesNoNo
Python SDKpip install gatesolvepip install 2captcha-pythonpip install capsolver
Webhook CallbacksYesNoNo

Start Solving Turnstile CAPTCHAs

100 free solves. No credit card. 30-second setup.

Get Free API Key →