# Endpoints

For most Cases, the default Media API is the right Choice - it allows you query Lists of all default Media Types and add as many Details as necessary

{% content-ref url="endpoints/media-endpoint" %}
[media-endpoint](https://api.docs.nexx.cloud/media-api/endpoints/media-endpoint)
{% endcontent-ref %}

If you need to query various Media Types at the same Time, you need to use the All Media Data API

{% content-ref url="endpoints/all-media-data" %}
[all-media-data](https://api.docs.nexx.cloud/media-api/endpoints/all-media-data)
{% endcontent-ref %}

Interaction Objects like Forms, Polls and Votings share some Similarities with Media Types, but work differently. They cannot be listed for example. If you want to access those Details, use the Template API

{% content-ref url="endpoints/template-endpoint" %}
[template-endpoint](https://api.docs.nexx.cloud/media-api/endpoints/template-endpoint)
{% endcontent-ref %}

If you need various Informations within one Call, but the All Media Data does not help or not even Output Modifiers give enough Details, you may combine or batch various Calls into one with the Processing API

{% content-ref url="endpoints/processing-endpoint" %}
[processing-endpoint](https://api.docs.nexx.cloud/media-api/endpoints/processing-endpoint)
{% endcontent-ref %}
