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

# Quickstart

> Getting started with the Hedra API is easy.

Access almost all of the world's leading image, video, and audio models — including Nano Banana Pro, Veo, Grok, Kling, and more — via the Hedra API, using the same account your team uses to create content on the Hedra platform.

### Step 1: Purchase a paid account

In order to use our API, you'll need a paid subscription account. You can purchase your plans at [https://www.hedra.com/plans](https://www.hedra.com/plans).

### Step 2: Register an API key

Go to your [profile](https://hedra.com/api-profile), click to generate an API key, and purchase API credits.

### Step 3: Make your first API call

Set your API key and list available models:

```bash theme={null}
export HEDRA_API_KEY="your_api_key"

curl https://api.hedra.com/web-app/public/models \
  -H "X-API-Key: $HEDRA_API_KEY"
```

### Guides

<CardGroup cols={2}>
  <Card title="Generate an Image" icon="image" href="/pages/developer/guides/generate-image">
    Generate images from text prompts using models like Sana and Flux.
  </Card>

  <Card title="Generate a Video" icon="video" href="/pages/developer/guides/generate-video">
    Create videos from images and text prompts using partner video models.
  </Card>

  <Card title="Generate an Avatar Video" icon="user" href="/pages/developer/guides/generate-avatar-video">
    Create talking-head and motion avatar videos with Hedra Avatar and Omnia.
  </Card>

  <Card title="Generate Audio" icon="microphone" href="/pages/developer/guides/generate-audio">
    Convert text to speech using built-in or cloned voices.
  </Card>
</CardGroup>

### \[Optional] Enterprise

We offer on-demand purchase packs and metered billing on the profile page, with low rate limits and without volume discount.

For configurable rate limits, volume pricing, and more, please submit a ticket via our [enterprise sales form](https://hedra.com/enterprise).
