Best Cloudflare Turnstile Solver
Cloudflare
Turnstile Solver
What is Cloudflare Turnstile
Cloudflare Turnstile is a CAPTCHA alternative that verifies users using browser signals, client-side telemetry, and risk scoring, without requiring interactive challenges.
Cloudflare Turnstile Demo
{
"clientKey": "YOUR_API_KEY",
"task": {
"type": "ReCaptchaV3Task",
"websiteURL": "https://example.com",
"websiteKey": "6LcR_okUAAAAAPYr...",
"pageAction": "homepage"
}
}{
"errorId": 0,
"status": "ready",
"solution": {
"gRecaptchaResponse": "3AHJ...",
"expireTime": 1671615324290
}
}
# median 2.4s, indicativeHow to Solve Cloudflare Turnstile - API Guide
JevCha auto CAPTCHA solving service can easily solve Cloudflare Turnstile, our services can be used through JevCha's API and the extension in Chrome. Register for JevCha and getting our CAPTCHA services.
Step 1 : Creating a Task
Create the task with the createTask.
In the process of using turnstile, we must input websiteURL and websiteKey, other parameters are optional.
Task Object Structure
| Properties | Type | Required | Description |
|---|---|---|---|
| type | String | Required | AntiTurnstileTaskProxyLess |
| websiteURL | String | Required | The address of the target page. |
| websiteKey | String | Required | Turnstile website key. |
| metadata | Map<String,String> |
Optional | Turnstile extra data . Turnstile Documentation |
| metadata.action | String | Optional | The value of the data-action attribute of the Turnstile element if it exists. |
| metadata.cdata | String | Optional | The value of the data-cdata attribute of the Turnstile element if it exists. |
Example Request
txt
POST https://api.jevcha.com/createTask
Host: api.jevcha.com
Content-Type: application/json
json lines
{
"clientKey": "YOUR_API_KEY",
"task": {
"type": "AntiTurnstileTaskProxyLess",
"websiteURL": "https://www.yourwebsite.com",
"websiteKey": "0x4XXXXXXXXXXXXXXXXX",
"metadata": {
"action": "login", //optional
"cdata": "0000-1111-2222-3333-example-cdata" //optional
}
}
}
Example Response
json lines
{
"errorId": 0,
"status": "idle",
"taskId": "61138bb6-19fb-11ec-a9c8-0242ac110006" // record taskId
}
Step 2 : Getting Results
Use the getTaskResult method to get the recognition results
Depending on the system load, you will get the results within the interval of 1s to 20s
Example Request
txt
POST https://api.jevcha.com/getTaskResult
Host: api.jevcha.com
Content-Type: application/json
json lines
{
"clientKey": "YOUR_API_KEY",
"taskId": "61138bb6-19fb-11ec-a9c8-0242ac110006"
}
Example Response
json lines
{
"errorId": 0,
"taskId": "61138bb6-19fb-11ec-a9c8-0242ac110006",
"status": "ready",
"errorCode": null,
"errorDescription": null,
"solution": {
"token": "0.mF74FV8wEufAWOdvOak_xFaVy3lqIDel7SwNhw3GgpICSWwTjYfrQB8mRT1dAJJBEoP7N1sESdp6WH9cTS1T0catWLecG3ayNcjwxVtr3hWfS-dmcBGRTx4xYwI64sAVboYGpIyuDBeMIRC3W8dK35v1nDism9xa595Da5VlXKM7hk7pIXg69lodfiftasIkyD_KUGkxBwxvrmz7dBo10-Y5zvro9hD4QKRjOx7DYj9sumnkyYCDx0m4ImDIIkNswfVTWI2V22wlnpHdvMgdtKYgOIIAU28y9gtdrdDkpkH0GHcDyd15sxQGd9VjwhGZA_mpusUKMsEoGgst2rJ3zA.UWfZupqLlGvlATkPo3wdaw.38d55cd0163610d8ce8c42fcff7b62d8981495cc1afacbb2f14e5a23682a4e13",
"type": "turnstile",
"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36"
}
}
Solving Cloudflare Turnstile using JevCha SDK
Popular CAPTCHAs supported
Easily use JevCha to solve CAPTCHAs
We ensure that integrating our products into your infrastructure is as effortless as possible. With multiple language support and ready-to-use code examples, you are solving captchas in the time it takes to paste a key.
Popular CAPTCHA Solving Services We Support
Ensure Compliance Regulation forAll Users
JevCha solves captchas so software can reach data that is already public. Using it to get into private accounts, past a paywall, or at personal data without consent is outside what we support. What we hold, who else sees it and how to get it deleted are all set out in the Privacy Policy. Abuse of the endpoint goes to support@jevcha.com.