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

# API Purchases

**Official FeeSaver API documentation:**

{% embed url="<https://documenter.getpostman.com/view/40768941/2sAYkBtMS4>" %}

### Getting API keys in [@FeeSaver\_bot](https://t.me/feesaver_bot)

**API key** is a unique code that serves to identify users when accessing the FeeSaver API. This tool provides protection for your account and prevents third-party access. Each user receives an individual key that must be specified when making API requests. Thus, the system verifies the authenticity of the request and prevents potential malicious actions, ensuring uninterrupted service operation.

Step-by-step instructions on how to get API keys from @FeeSaver\_bot:

1. Go to [@FeeSaver\_bot](https://t.me/FeeSaver_bot), click **/start**.
2. Click "API Key"
3. FeeSaver will generate a unique API key

<figure><img src="/files/f7f68a5749776888f51c7f72f14fb4a96291d9f5" alt=""><figcaption></figcaption></figure>

#### Important points:

1. **Key storage:** Make sure your API key is not accessible to third parties. This will prevent its use by malicious actors.
2. **Lost key:** If you have lost access to your key, immediately contact support <https://t.me/FeeSaver_manager> or <https://t.me/FeeSaver_support>.
3. **Support:** If you have questions about using the API or configuration, contact our [support service](https://t.me/FeeSaver_support).

The API key is an important element for secure and reliable connection to the FeeSaver API. Protect your data and use the service with maximum efficiency!

***

Still have questions? Write to our support service [t.me/feesaver\_support](https://t.me/feesaver_support)


---

# 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, and the optional `goal` query parameter:

```
GET https://feesaver.gitbook.io/docs/feesaver/api-bot.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
