api reference · v1

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.

base url · https://api.solvegate.io/v1auth · Bearer sk_live_•••provider avg ·

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.

Ready to pour through the gate?

// free sandbox keys · no card required to start