> ## Documentation Index
> Fetch the complete documentation index at: https://missingstudio-fix-release.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> OpenAPI specification for API Endpoints

<CardGroup cols={2}>
  <Card title="API Keys" icon="key" href="/introduction/quickstart" />
</CardGroup>

## Authentication

All API endpoints are authenticated using `X-Ms-Api-Key` Header.

```json
X-Ms-Api-Key: <api-key>
```

<Info>
  Store the provided API key securely; it will be required to pass the generated
  and a valid API Key in Authorization header for subsequent API calls.
</Info>
