Try it
// run a real request against the live API
Paste a key, tweak the request, and hit Send — this calls the real POST /v1/solve. A free sk_test_ sandbox key returns a deterministic "mode":"sandbox" token instantly at no cost — handy for trying the shape of the call, but it never clears a real gate.
// tip: a
sk_test_ key returns a deterministic sandbox token instantly — great for CI, but it never clears a real gateequivalent cURL
curl https://api.solvegate.io/v1/solve \
-H "Authorization: Bearer sk_test_•••" \
-H "Content-Type: application/json" \
-d '{"gate":"turnstile","sitekey":"0x4AAAAAAAAA_target","url":"https://app.example.com"}'Ready to pour through the gate?
// free sandbox keys · no card required to start