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

# Introduction

> API Endpoints for Mecha Health

Our first API endpoint is a CXR interpretation endpoint called MechaNet.

## Quickstart

<Card title="Make your first API request to MechaNet" icon="x-ray" href="docs/quickstart.mdx" />

## Authentication

All API endpoints are authenticated using Bearer tokens and picked up from the specification file.

```json theme={null}
"security": [
  {
    "bearerAuth": []
  }
]
```
