# Привет!

## ℹ️ Информация

{% hint style="danger" %}
Внимательно смотрите на обязательные параметры!\
Они обозначаются красной звёздочкой напротив параметра. \
Пожалуйста, не добавляйте лишние параметры!
{% endhint %}

{% hint style="warning" %}
Для корректной работы API вам нужно добавить IP вашего сервера/прокси в Whitelist (через администратора)
{% endhint %}

{% hint style="info" %}
Наш API-домен: `https://api.meowsms.app/%method%`

Авторизация происходит через Bearer (`Authorization: Bearer API key`)

Внимательно смотрите на **HTTP Request Methods**/**Body**/**Headers** в каждом методе.

**Примеры использования** на разных ЯП **указаны** в каждом методе.

По вопросам к API - обращайтесь к администратору!
{% endhint %}

## 🐾 Навигация

{% content-ref url="rabota-s-sms" %}
[rabota-s-sms](https://docs.meowsms.app/rabota-s-sms)
{% endcontent-ref %}

{% content-ref url="rabota-s-nomerom" %}
[rabota-s-nomerom](https://docs.meowsms.app/rabota-s-nomerom)
{% endcontent-ref %}

{% content-ref url="rabota-s-ssylkami" %}
[rabota-s-ssylkami](https://docs.meowsms.app/rabota-s-ssylkami)
{% endcontent-ref %}

{% content-ref url="poluchenie-informacii" %}
[poluchenie-informacii](https://docs.meowsms.app/poluchenie-informacii)
{% endcontent-ref %}

{% content-ref url="webhook" %}
[webhook](https://docs.meowsms.app/webhook)
{% endcontent-ref %}


---

# 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.meowsms.app/privet.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.
