# v4 Bypass Solution

## **How the Solution Works** <a href="#how-the-solution-works" id="how-the-solution-works"></a>

To bypass a GeeTest v4 captcha:

1. Parse the `captcha_id` and (optionally) `kind` from the captcha. The kind defaults to "slide" but may vary based on the captcha type (e.g., AI, puzzle, icon).
2. Send the `captcha_id` to our API, and retrieve the response.

### **Parameters**:

* **captcha\_id** (required): The captcha's `captcha_id`.
* **kind** (optional): The type of captcha to solve (defaults to "slide").
* **proxy** (optional): Proxy for solving (format: `ip:port` or `ip:Port:mail:password`).

### **Example Response**:

```json
{
  "response": {
    "captcha_id": "fcd636b4514bf7ac4143922550b3008b",
    "lot_number": "e4c0b946b91c4aeabbc343b9a0f048ca",
    "pass_token": "4856da4c49ca...3edea00d688e",
    "gen_time": "1725490466",
    "captcha_output": "Vt45iXQep...=="
  }
}
```

{% 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="/files/r6wDgabiGgjne5DYIOSc" path="/v4" 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 %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.takionapi.tech/geetest/v4.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
