> For the complete documentation index, see [llms.txt](https://beta-4.gitbook.io/betacaptcha-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://beta-4.gitbook.io/betacaptcha-docs/readme.md).

# Getting Started

In this section you can learn how to send captchas to BetaCaptcha service and methods for recognizing them.

See this in Gitthub: <https://github.com/rad744471/solve_captcha/tree/main>

The language written in this document is python, if you use another language such as nodejs, you can search on google for the keyword "Convert python to nodejs".

Example response: <https://www.codeconvert.ai/python-to-javascript-converter>

## Basic URL

```
https://betacaptcha.com/
```

## Service

|      Service     |        Type        | Time success (s) | Price ($)/1000 task |
| :--------------: | :----------------: | :--------------: | :-----------------: |
|   Image to text  |     textcaptcha    |       0.1s       |        0.1 $        |
| Funcaptcha Click | fun\_capcha\_click |       0.1s       |        0.12 $       |
|   Recaptcha v2   |    recaptcha\_v2   |        20s       |        0.3 $        |
|   Recaptcha v3   |    recaptcha\_v3   |        3s        |        0.3 $        |
