# Management API

The Management API is designed to control complex Workflows without the need to use the nexxOMNIA API. Its Usage is more advanced than the Media or Frontend APIs and often requires additional Permissions.

Learn more about the Management API Usage in general

{% content-ref url="/pages/-MAHJUHbBPaa3T5nCWOD" %}
[Usage](/management-api/usage.md)
{% endcontent-ref %}

The Management API offers different Sections and Endpoints for Media and Workflow Control. Find an Overview here

{% content-ref url="/pages/-M9d6IR7-dVNxVuVs8eO" %}
[Endpoints](/management-api/endpoints.md)
{% 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://api.docs.nexx.cloud/management-api.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.
