🤖Cloudflare Turnstile & Challenge
Cloudflare Solver Task (Solved with our in-house proxies) & Required Parameters
We support the following Cloudflare types:
Cloudflare Turnstile: Manual, Non-Interactive & Invisible
Cloudflare Challenges: 5S Challenge & Non-Interactive Turnstiles.
PLEASE NOTE: CloudFlare Challenges have been showing increase signs of instability due to recent Cloudflare updates. We apologize for any inconvenience this may cause. This does not impact the stability of the regular Turnstile solver.
Rest API Endpoint: https://captcha.datalabs.net/createTask
Creating The Task
Task Parameter Table
type
true
GeeTestTaskProxyLess
websiteURL
true
The website address in which you're solving the captcha for.
websiteKey
true
The Cloudflare website key specific to the site you're solving for. Typically starts with 0x4
.
metadata.action
false
If available, you must include the value of the data-action
attribute.
metadata.cdata
false
If available, you must include the value of the data-cdata
attribute.
Task Created Response
errorId
0: Without error. 1: Error with request.
errorCode
Short code for error type.
errorDescription
More detailed description of the error that occurred.
taskId
Task ID, provided for synchronous tasks to be pushed to /getTaskResult
Retrieving the Solution
Successful Solution Response
token
The token from the succesful solution.
type
The type of cloudflare challenge/captcha encountered.
userAgent
The user agent in which the solution was solved with.
Last updated