> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mediafuse.org/llms.txt
> Use this file to discover all available pages before exploring further.

# Authentication

> How to authenticate requests to the MediaFuse API

All endpoints require a Bearer token. Include your API Key in the `Authorization` header of your HTTP request.

```http theme={null}
Authorization: Bearer cw_ext_your_api_key_here
```

## Base URL

All API requests should be prefixed with the following base URL:

```bash theme={null}
https://app.chainwire.org/api/external-api/v1
```

To manage your API keys, navigate to the **Organization Details** page within the MediaFuse dashboard.
