Turnstile solver API reference.
SolveGate handles Cloudflare Turnstile widgets and Cloudflare challenge pages through one REST endpoint. Request a Turnstile token or a WAF clearance payload, then submit it in the format your target expects.
Introduction
// what the API does and how it's shaped
The SolveGate API is organized around a single resource: the solve. You create a solve by telling us which gate stands in your way and where it lives; we return a Turnstile token or a WAF clearance payload. Your client must apply it to the target, which can perform additional checks.
Every endpoint is HTTPS-only, accepts form or JSON bodies, and returns JSON. Requests are authenticated with a secret key. The API is versioned in the path — this reference covers v1.
Two supported gates. Use turnstile for an embedded widget and waf for a Cloudflare challenge page. The request fields and returned credentials are explained in Supported gates.
// breaking changes, new gates and SDK releases are dated in the changelog · live gate health is on status · analysis of how Turnstile itself changes is on the blog · if the reference does not answer it, ask us
Ready to pour through the gate?
// free sandbox keys · no card required to start