Cloudflare Turnstile
Cloudflare Turnstile is a user-friendly CAPTCHA alternative that runs invisible challenges to verify visitors without disrupting user experience.
What is Cloudflare Turnstile?
Cloudflare Turnstile is Cloudflare's replacement for traditional CAPTCHAs. It offers three modes: Managed (chooses the best challenge type automatically), Non-Interactive (runs in the background without any user action), and Invisible (completely hidden from users). Turnstile uses a combination of browser challenges, proof-of-work, and machine learning to verify visitors. The generated token is submitted in the 'cf-turnstile-response' field. CaptchaSolv handles all Turnstile modes, generating valid tokens quickly with our high-performance solving infrastructure.
Task Type
TurnstileTaskProxylessRecommendedTurnstileTaskWith your proxyAPI Integration
{
"clientKey": "YOUR_API_KEY",
"task": {
"type": "TurnstileTaskProxyless",
"websiteURL": "https://example.com",
"websiteKey": "0x4AAAAAAADnPIDROrmt1Wwj"}
}Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
websiteURL | string | ✓ | URL of the page with Turnstile |
websiteKey | string | ✓ | Turnstile site key (data-sitekey) |
Response Format
{
"errorId": 0,
"solution": {
"token": "0.mFwwEAYBuYfP1eo...",
"userAgent": "Mozilla/5.0..."}
}| Field | Description |
|---|---|
token | Turnstile token to submit in cf-turnstile-response field |
userAgent | User agent used during solve (must reuse) |
Solve Cloudflare Turnstile Automatically with CaptchaSolv
CaptchaSolv resolves Cloudflare Turnstile challenges reliably across all three modes - Managed, Non-Interactive, and Invisible - returning a valid cf-turnstile-response token in 4–7 seconds. Our solving infrastructure handles the proof-of-work computation and Cloudflare’s verification handshake with correct TLS configuration, so every token passes server-side validation. Integrated datacenter proxy pool and automatic retries ensure high success rates even at scale. Just provide the site key and page URL - CaptchaSolv handles the rest.
Frequently Asked Questions
How do I find the Cloudflare Turnstile site key?
Look for the 'data-sitekey' attribute on the Turnstile widget div, or search the page source for 'turnstile.render' calls. The key starts with '0x4…'.
Does CaptchaSolv work with all Turnstile modes?
Yes - CaptchaSolv supports Managed, Non-Interactive, and Invisible Turnstile modes. Provide the site key and URL regardless of the mode.
Where do I submit the Turnstile token?
Submit the token in the 'cf-turnstile-response' form field or request parameter. Some sites also accept it as a header or in the JSON request body.
What is the difference between Turnstile and Cloudflare Challenge?
Turnstile is a standalone widget that can be embedded on any page, while Cloudflare Challenge is a full page interstitial managed by Cloudflare. Turnstile generates a token you submit with your request; Challenge handles verification at the CDN level.
How fast does CaptchaSolv solve Turnstile?
Average solving time is 4–7 seconds. CaptchaSolv runs the Turnstile challenge with pre-warmed instances for minimal latency.