> For the complete documentation index, see [llms.txt](https://doc.ozforensics.com/oz-knowledge-ru/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.ozforensics.com/oz-knowledge-ru/rukovodstva/rukovodstvo-razrabotchika/api/oz-api/postman.md).

# Коллекции Postman Oz API

Для работы с Oz API вы можете использовать свободно распространяемое ПО Postman. Скачайте клиентскую часть Postman по [ссылке](https://www.postman.com/downloads/) и установите ПО.

Загрузите JSON-файл с нужной коллекцией Postman.

## **6.0**

{% file src="/files/3qkPeXD1Ak6pEXBOX3ir" %}

Отдельная коллекция для Instant API:

{% file src="/files/AiyuqaG2Kxuxym9wG5pH" %}

## **5.3 и 5.2**

{% file src="/files/DOjfxKbqJXt8peafpblb" %}

#### **5.0**

Oz API 5.1.0 работает с этой же коллекцией.

{% file src="/files/6bvLSMqkva9hiwDKny3Y" %}

#### 4.0

{% file src="/files/dhBX1Qoc4Flinq5jfsho" %}

**3.33**

{% file src="/files/IyAvv4EaYVdLhOPSQ1UX" %}

## Импорт коллекции Postman

После запуска клиента необходимо импортировать актуальную коллекцию для Postman, для этого в клиенте нажмите кнопку **Import**:

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

Нажмите **files** для выбора файла, найдите нужный JSON и нажмите **Открыть**:

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

Импортированная коллекция со всеми методами взаимодействия появится в интерфейсе Postman:

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


---

# 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.ozforensics.com/oz-knowledge-ru/rukovodstva/rukovodstvo-razrabotchika/api/oz-api/postman.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.
