captcha_id is required and can be found in the page source or network requests:F12 or Cmd+Option+I on Mac)geetest or captchagcaptcha4.geetest.comcaptcha_id in the request parameters or responseCtrl+U or Cmd+U)captcha_id or gt4Ctrl+Shift+F (or Cmd+Shift+F) to open global searchcaptcha_id or initGeetest| Type | Description | Typical Use Case |
|---|---|---|
slide | Drag slider puzzle | Most common, default |
icon | Click icons in order | Higher security sites |
gobang | Five-in-a-row game | Rare, gaming sites |
ai | AI-powered challenge | Advanced protection |
curl --location --request POST 'https://tokensniped.com/api/solve/geetest' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"captcha_id": "b3d286a8bdd3cc048538b57984f36d7f",
"risk_type": "ai"
}'{
"success": true,
"request_id": "550e8400-e29b-41d4-a716-446655440000",
"result": {
"lot_number": "f3faa3...",
"pass_token": "a1b2c3d4e5f6...",
"gen_time": "1699900000",
"captcha_output": "eyJsb3RfbnVtYmVyIjoiZjNmYWEz..."
},
"solve_time_ms": 2543,
"cost_credits": 0.5
}