v3 Bypass Solution
Our solution automates the solving of a GeeTest v3 Captcha
How the Solution Works
Parameters:
Example Response
{
"response": {
"geetest_challenge": "567fc6015320e44041dad5e517c73499",
"geetest_validate": "ee08eee1cd458f705174a7638b74845b",
"geetest_seccode": "ee08eee1cd458f705174a7638b74845b|jordan"
}
}This endpoint solves the Geetest v3 captcha by accepting the gt and challenge parameters.
Optionally, a proxy can be passed to be used during the solving process.
Authorizations
x-api-keystringRequired
Query parameters
gtstringRequired
The Geetest gt parameter from the captcha.
challengestringRequired
The Geetest challenge parameter from the captcha.
proxystringOptional
Optional proxy to use for solving, format ip:port or ip:Port:mail:password.
Responses
200
Captcha solved
application/json
400
Bad request, missing or invalid parameters
application/json
500
Internal server error
application/json
get
/v3Last updated