> For the complete documentation index, see [llms.txt](https://docs.takionapi.tech/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.takionapi.tech/geetest.md).

# GeeTest

A GeeTest solver without a browser. Takion solves GeeTest's slide, puzzle, icon, AI, .. challenges and returns the validation payload, so your requests get through without you clicking anything.

{% hint style="info" %}
Check our example bundles in order to validate your implementation against our validate ones, with correct headers order, TLS and flow from our [**Github repo**](https://takionapi.tech/examples)
{% endhint %}

## **What is GeeTest?**

GeeTest is a widely used CAPTCHA provider that challenges users with several types of captcha, such as slides, puzzles, and AI-based captchas. Most sites use v3, and some have transitioned to v4. The two versions return different payload shapes:

* **v3**: `{'geetest_challenge': ..., 'geetest_validate': ..., 'geetest_seccode': ...}`
* **v4**: `{'captcha_id': ..., 'lot_number': ..., 'pass_token': ..., 'captcha_output': ...}`

<figure><img src="https://2720813823-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fn0x4RrnIfxXvmfh6rJHh%2Fuploads%2FguudGJympLUwvp7jHyrx%2Fimage.png?alt=media&amp;token=8deb7300-2b87-4ebc-866d-641f5100c391" alt="" width="225"><figcaption></figcaption></figure>

<figure><img src="https://2720813823-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fn0x4RrnIfxXvmfh6rJHh%2Fuploads%2F0kjdyYvS05r3XwMj5z3Q%2Fimage.png?alt=media&amp;token=2423cc63-fb2b-40bc-ad08-3c70f1752236" alt="" width="225"><figcaption></figcaption></figure>
