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

# Quickstart

> Get started with the Platform Backend API

## Prerequisites

Before you begin, make sure you have:

1. An account on the Platform.
2. An API Key from the dashboard.

## Making your first request

```bash theme={null}
curl -X GET https://api.platform.com/v1/health \
  -H "Authorization: Bearer YOUR_API_KEY"
```
