Retrieve a solve
// poll an async solve by id
GET/v1/solve/{id}free · does not re-bill
Fetches a solve you created earlier. Use it to poll an async solve until status flips from pending to solved. Reading a solve never costs anything — you were billed once, at creation, and only if it cleared.
request
curl https://api.solvegate.io/v1/solve/slv_8Kd2aF9 \
-H "Authorization: Bearer sk_live_•••"200 · solved
{
"id": "slv_8Kd2…aF9",
"status": "solved",
"token": "0.Xa3f…X9_cleared",
"solve_ms": 980
}Ready to pour through the gate?
// free sandbox keys · no card required to start