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

# Api Documentation

### Authentication

To use the Noiz API, users must first register an account with their email address.

After registration, the developer will provide the user with a unique **API Key** associated with their account. This API Key must be included in the `Authorization` header of every request.

Example header:

```http
Authorization: <YOUR_API_KEY>
```

Keep your API Key secure. Do not share it publicly or embed it in client-side code.
