cracker-logoCracker

Turnstile

Cloudflare Turnstile widget. Send the page URL and the widget's site_key, get back a token.

Turnstile

POSThttps://captcha.solvium.io/v2/tasks/turnstile

Headers

NameTypeRequiredDefaultExample
x-solvium-authHeaderYesIE0B81Vn...

Body

NameTypeRequiredDefaultExample
urlJSONYeshttps://example.com
site_keyJSONYes0x4AAAAAAA-3X4Nd7hf3mNGx
actionJSONNologin
cdataJSONNoanything
proxyJSONNohttp://user:pass@host:8080

Response

Poll Task Status with the returned task_id until it's completed.

Example

Python
from solvium import Solvium
 
solution = Solvium(api_key="YOUR_API_KEY").turnstile_sync(
    url="https://example.com",
    site_key="0x4AAAAAAA-3X4Nd7hf3mNGx",
)
print(solution["token"])

© 2026 Solvium. All rights reserved.