> For the complete documentation index, see [llms.txt](https://kylin-inc.gitbook.io/kylinbot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kylin-inc.gitbook.io/kylinbot/security-tasks/captcha-solvers/captcha-ai-solver.md).

# Captcha AI Solver

## How to Create Captcha AI Solver

Under the Accounts page, add a Captcha AI account.

Create under the Security page, add a Captcha AI Solver, under account fill Captcha AI API key, as shown below

![](/files/Iv7ui3ooKPcbupWvXqoj)

Click save.

## Precaution Step

* The Captcha AI task is mainly used in scenarios that require a large number of point images but require timeliness, such as resolving google recaptcha

* Captcha AI API key needs to be registered on Captcha AI official website. Official website: <https://captchaai.com/><br>

* <mark style="color:red;">Captcha AI needs to purchase a thread concurrency package on the official website. If you purchase a certain concurrency package, you need to configure the same maximum concurrency in the task settings.</mark><br>

* It is recommended to use the default blank in the function options. If a features is selected, the current task will only resolve the resolving request of the specified features task, and the resolving type that is compatible with all requests is not selected.

* Recommend using localhost<br>

* Create task proxies with different keys can also set up different ISP proxies


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://kylin-inc.gitbook.io/kylinbot/security-tasks/captcha-solvers/captcha-ai-solver.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.
