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

# Introduction

> Integrate the Star Monitors API into your own applications.

<Note>
  Interested in using our API? Please contact us on [Discord](https://discord.gg/KZ2HqvsF8Y) for pricing and access.
</Note>

## Welcome

Explore the Star Monitors API documentation to learn how to integrate our data into your own projects. Whether you are building a custom bot, a mobile app, or an analytics dashboard, our API provides the endpoints you need.

If you have any questions or require support, our team is available on [Discord](https://discord.gg/KZ2HqvsF8Y).

<Card title="In-Store API" icon="store" href="/api-reference/in-store-api/stock">
  Access real-time in-store stock data for your applications.
</Card>

## Authentication

All API requests require authentication via an API Key. Include your unique key in the `X-API-Key` header of every request.

```json theme={null}
{
  "headers": {
    "X-API-Key": "<YOUR_API_KEY>"
  }
}
```
