# v3 Bypass Solution

## **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

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

{% hint style="info" %}
In order to access any of our endpoint you'll need **a valid API Key,** either [join our discord](https://takionapi.tech/discord) for a trial or [puchase a plan](https://takionapi.tech/buy)
{% endhint %}

{% openapi src="<https://2720813823-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fn0x4RrnIfxXvmfh6rJHh%2Fuploads%2FDqn3xknGCDye69bRU4iR%2Fgeetest.yaml?alt=media&token=96f47832-4e4a-420b-82b5-934d2607d460>" path="/v3" method="get" %}
[geetest.yaml](https://2720813823-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fn0x4RrnIfxXvmfh6rJHh%2Fuploads%2FDqn3xknGCDye69bRU4iR%2Fgeetest.yaml?alt=media\&token=96f47832-4e4a-420b-82b5-934d2607d460)
{% endopenapi %}
