GET /turnstile · verify: POST /turnstile/submit · verified via: cloudflare
Real verification against challenges.cloudflare.com/siteverify. Requires TURNSTILE_SECRET, otherwise mock-accepts.
sitekey: 0x4AAAAAAE41iDLtucdyAF3f
# Cloudflare Turnstile — verify a solver token via curl
curl -X POST https://captcha.csdrama.com/turnstile/submit \
-H "Content-Type: application/json" \
-d '{"cf-turnstile-response": "TOKEN_FROM_SOLVER"}'
# form-encoded alternative:
curl -X POST https://captcha.csdrama.com/turnstile/submit \
-d "cf-turnstile-response=TOKEN_FROM_SOLVER"