slide - Slide puzzle (most common)icon - Icon/image selectiongobang - Gobang/five-in-a-row gameai - AI verification challengescaptcha_id from the Geetest widget on target siterisk_type (usually visible in network requests)curl --location --request POST '/solve/geetest' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"captcha_id": "6ba6b71b4f3958a1c69ad839ba47836b",
"risk_type": "slide"
}'{
"success": true,
"request_id": "7c9e6679-7425-40de-944b-e07fc1f90ae7",
"result": {
"lot_number": "a1b2c3d4e5f6g7h8i9j0",
"captcha_output": "xYzAbC123def456ghi789jkl012mno345pqr678stu901vwx234yz567",
"pass_token": "abcdef1234567890ghijklmnopqrstuvwxyz0123456789abcdefgh",
"gen_time": "1642680000"
},
"solve_time": 3542,
"cost_credits": 0.5
}