# 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 %}


---

# 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://docs.ziomark.xyz/introduction/authentication.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.
