# Usage

The Management API is designed for advanced Users and Scenarios. The Parameters and Concepts of the Media API still apply, where possible, but as the Target of these Management Operations are very different, each Endpoint here offers specific Parameters, explained in the Section and/or the Detail Operation.

{% hint style="info" %}
Please notice, that (nearly) every Endpoint of the Management API needs the "eternal Session" and the Backend API Key to allow Access.
{% endhint %}

The Management API is seperated into some basic Structures.

For all Media Item related Operations, the most common used Endpoints can be found here:

{% content-ref url="/pages/-M9bhKTxy8lF8hSae8xw" %}
[Media Management](/management-api/endpoints/management-endpoint.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MB8jPtCtYiQowvQkXkp" %}
[Media Export Management](/management-api/endpoints/media-export-management.md)
{% endcontent-ref %}

For statistical Purposes, use these Endpoints:

{% content-ref url="/pages/-M9bgPXYeyhijTC7FW9Q" %}
[Statistics](/management-api/endpoints/statistics-endpoint.md)
{% endcontent-ref %}

For Domain related Operations, use these Endpoints:

{% content-ref url="/pages/-M9bgEP47HYrSjbJd8c\_" %}
[Domain Data](/management-api/endpoints/domain-endpoint.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MB8ibHaXhUUan\_QumBK" %}
[Domain Management](/management-api/endpoints/domain-management.md)
{% endcontent-ref %}

{% hint style="info" %}
Please notice, that for most of the Domain related Operations, the calling Domain needs to be authorized prior to the Call for the 3Q nexx Partner API Access.
{% endhint %}


---

# 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/usage.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.
