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

# API Overview

> In this page you can learn about how to work with Matia's API.

## Authentication

All API endpoints are authenticated using Access tokens.
You can obtain an access token by going to [Matia App](https://app.matia.io/) > Account Settings > API Tokens > click on **"Generate Token"** button.

Once you've obtained an access token, it should be included in the `x-api-key` header of your requests.

```http theme={null}
--header 'x-api-key: <MATIA_API_KEY>'
```

Replace `<MATIA_API_KEY>` with your actual API Key, available in the API Key section of the Matia Dashboard.

## API Endpoints

Matia provides a multitude of API endpoints that enable a variety of functionalities. the base URL for the Matia API is `https://api.matia.io/v1`.
