> For the complete documentation index, see [llms.txt](https://doc.retextai.ru/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.retextai.ru/dokumentaciya-retext-pro.md).

# Документация ReText PRO

### Основные возможности

API ReText PRO предоставляет следующие основные возможности:

1. **Перефразирование текста**: Эта функция позволяет изменять структуру и формулировку текста, сохраняя его смысл. Это полезно для создания уникального контента или улучшения читаемости текста.
2. **Суммаризация текста**: API позволяет создавать краткие и информативные сводки текста, что полезно для автоматического создания резюме или обзоров.
3. **Расширение текста**: Функция расширения текста добавляет дополнительные детали и контекст к тексту, делая его более информативным.
4. **Грамматическая проверка**: Проверьте текст на грамматические ошибки и стилистические недочеты, чтобы гарантировать качество вашего контента.

### Получение доступа к API

Для получения доступа к API ReText PRO, вам необходимо выполнить следующие шаги:

1. **Заполните заявку**: Заполните заявку на сайте, кратко расскажите для чего вам нужно API, есть ли у вас дополнительные требования к нему.
2. **Получение API ключа**: После рассмотрения заявки и согласования доступов вам будет предоставлен API-ключ.
3. **Интеграция в ваш продукт**: Внедрите ReText PRO в свой продукт или приложение, используя API-ключ и документацию.


---

# 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://doc.retextai.ru/dokumentaciya-retext-pro.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.
