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

# Get started

> Get started with Next Matter public API. 

## Create API key

Authentication is API-key based.
You need to be a Next Matter administrator to create an API key.

To generate the key:

1. Log in to Next Matter.
2. Go to **Company > Next Matter API keys**.
3. Click **+ Create API key**.

Authenticate by passing the API key in the "Authorization"
HTTP header proceeded with the string "Api-Key ".

For example:

Authorization: `Api-Key xyzabc.12fsfe242ubdgakew`

Read more on [managing API keys](/docs/api-keys)

## Postman collection

Import our [Swagger/OpenAPI specs](https://core.nextmatter.com/api/docs/?format=openapi) directly into Postman.

## Rate limit

Our rate limit is currently 100 requests per minute.
