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

# Authentification

> How to authenticate on our API

<Warning>
  **Never make API calls on the client browser.** This would expose your API key to all your customers.
</Warning>

All API endpoints are authenticated using ` X-API-KEY` token and need to be in the **Header** of the request.

```bash
X-API-KEY: •••••••••••••••••••••••• (current API key)
```
