v3 Bypass Solution
The GeeTest v3 solver endpoint takes the captcha's gt and challenge parameters and returns the validation payload, so you never render or solve the widget yourself.
How the solution works
Endpoint
GET https://geetest.takionapi.tech/v3Parameters:
Example Response
{
"response": {
"geetest_challenge": "567fc6015320e44041dad5e517c73499",
"geetest_validate": "ee08eee1cd458f705174a7638b74845b",
"geetest_seccode": "ee08eee1cd458f705174a7638b74845b|jordan"
}
}Authorizations
x-api-keystringRequired
Body
Provide gt and challenge (at least one is required).
gtstringOptional
The GeeTest gt value from the target.
challengestringOptional
The GeeTest challenge value from the target.
proxystringOptionalExample:
Proxy in ip:port or ip:port:user:pass format (optional).
1.2.3.4:8000:user:passOther propertiesanyOptional
Responses
200
The solved v3 payload under response.
application/json
Other propertiesanyOptional
400
Missing input.
application/json
401
Authentication or quota failure — HTTP 401 with an error message.
application/json
500
The captcha could not be solved, or an unexpected error.
application/json
post/v3
Last updated