v3 Bypass Solution

Our solution automates the solving of a GeeTest v3 Captcha

How the Solution Works

To bypass a GeeTest v3 captcha:

  1. Parse the gt and challenge parameters (found in the page’s HTML or from a specific endpoint).

  2. Send the gt and challenge to our API, and retrieve the response.

Parameters:

  • gt (required): The captcha's gt parameter.

  • challenge (required): The captcha's challenge parameter.

  • proxy (optional): Proxy for solving (format: ip:port or ip:port:mail:password).

Example Response

{
  "response": {
    "geetest_challenge": "567fc6015320e44041dad5e517c73499",
    "geetest_validate": "ee08eee1cd458f705174a7638b74845b",
    "geetest_seccode": "ee08eee1cd458f705174a7638b74845b|jordan"
  }
}

In order to access any of our endpoint you'll need a valid API Key, either join our discord for a trial or puchase a plan

Last updated