> For the complete documentation index, see [llms.txt](https://docs.ziomark.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ziomark.xyz/introduction/authentication.md).

# Authentication

### Base URL

The base URL for all API requests is: <https://zmh-ziomark-hub-3308111c.koyeb.app/>

To access the API, you will need an API key. Please request one by opening a ticket on our Discord server at: <https://ds.ziomark.xyz/>

### • Authentication

To authenticate for API requests, you need to include an API key in the request headers.

Add the following header to your request:

```
            
    Authorization: Bearer YOUR_API_KEY       
        
```

Replace `YOUR_API_KEY` with your valid API key.

If the API key is missing or invalid, you will receive an error response.

{% hint style="info" %}
Join our discord to get your API KEY <https://ds.ziomark.xyz/>
{% endhint %}
