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

# Introduction

> How to get started quickly

## Authentication

Each request must include a token in the header.

To obtain a valid token, you will need your portal’s API URL and API key. Both can be found in your portal administration settings under Apps / illuxi API.

<img src="https://mintcdn.com/illuxi/JMdXVr94zcvyVECS/images/api-access-info.png?fit=max&auto=format&n=JMdXVr94zcvyVECS&q=85&s=178ef8739bda91b5b6dfed6eb01e1c70" alt="API access info" width="2998" height="1600" data-path="images/api-access-info.png" />

Use the [/token](/api-reference/endpoint/token/index) endpoint to obtain a valid token.

## Autorisation header

Each request must include the following header:

```curl theme={null}
Authorization: <TOKEN>
```
