☁️Cloudflare Turnstile

Get turnstile token by uploading chlApiSitekey.

Price Plan

Pay Per Use

(One request)

$0.01

Request URL

http://api.clearcaptcha.com/captcha/cloudflare_turnstile

Method

POST Content-Type: application/json

Request Parameter

Key
Type
Required
Remark
Eg.

token

String

yes

Authorize After Purchase

test

url

String

yes

Website url

https://www.premiersports.com/us/login

chlApiSitekey

String

yes

sitekey named chlApiSitekey

0x4AAAAAAAhLu-06g4o3tB7m

proxy

String

no

Only supports http proxy

104.123.83.10:5442:10sfsaxxgve:rb0xwerfsniu7rlsfdswemcsafw

user_agent

String

no

has_explicit

Bool

no

Is there a render=explicit parameter in the cloudflare js link? If yes, fill it in true, if not, just leave it blank. The default value is false

https://challenges.cloudflare.com/turnstile/v0/api.js?compat=recaptcha

action

String

no

cdata

String

no

is_invisible

Bool

no

Is it an invisible verification method?

Request eg.

{
 "token": "test",
    "url": "https://www.premiersports.com/us/login",
"chlApiSitekey":"0x4AAAAAAAhLu-06g4o3tB7m"
}

Response Parameter

Key
Type
Remark

code

Int

msg

String

data

Object

data[cf_turnstile_token]

String

data[user_agent]

String

Response eg.

{
	"code": 200,
	"msg": "Success",
	"data": {
		"user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36",
		"cf_turnstile_token": "0.j7MIivW1EzXfr3OJtTM4CFBQKDmXAYKTYrgD7g0CctJm6c9SklP3duGYOHukphK2oCTL1MWwVynPslPMfWGmBCq4NOt-6cHDa3fS5ic4g3RhqCIJAkftgpgCq-sWvhypj1P5OyMkdTGmNKce0gk8vC0v9dP_FCAqQseOv1bhmyj439IZWaYh0vKt6ddRAfindvidQ7xvEU8G7HmuOVLiRn3BwJ7PeL-brjLu7QMojVdf6vTl_r3lwjOjeYw40plZLG0rQLI4iwvmxMom6Di7lvsiQQL4fFmNOEBeNFueFI0cGHypMKZt3CP0PFa-Uv9LPFWFu2rWESAQTCYwIAPJUrhdQK-ItTF_UYdCmeJckg_kytDCuN4hOuqF6CCIHiggNyJH7k4aXeVf1_GGqYXx7vc8h_Yrf_cX6KC-j8CYTfqDjGGG78F8FabqMMQZQi4XpYpNe-krChS8U7A339mHGRxsCuuXSKUxq8H9r6wMu9k.aJsn17K13_Tx6lCtNFiAiA.a37345869b7e7e8a73fbe4addc81e980cd08fd97dd6a5965894e9cf8491d678e",
		"cf_turnstile_cookies": ""
	}
}

Last updated