# Протоколы HTTP (REST API)

- [Отправка сообщений](https://legacy-docs.seven.tech/v1/http/send.md)
- [Отправка Viber-сообщений](https://legacy-docs.seven.tech/v1/http/viber.md): Viber — клиентское приложение-мессенджер, которое позволяет отправлять и принимать сообщения, обмениваться медиафайлами, совершать видео и голосовые VoIP звонки через интернет.
- [Получения статусов доставки](https://legacy-docs.seven.tech/v1/http/receive.md)
- [Отслеживание событий смены IMSI](https://legacy-docs.seven.tech/v1/http/imsi.md)
- [Канал 2way](https://legacy-docs.seven.tech/v1/http/2way.md): Сервис обеспечивает двустороннее взаимодействие с абонентом: позволяет вести диалог — принимать сообщения и давать ответ на них.


---

# 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://legacy-docs.seven.tech/v1/http.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.
