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

# Quick start

## How to use :

You must add your API key in the request's header : **API-KEY**

Your API Key is available directly into your account under **Settings > API**&#x20;

You can test that everything works :

```
curl -H "API-KEY: <YOUR API KEY>" https://api.meria.com/v1/status
```
