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

# Introduction

> Welcome to the Hoox API documentation

## What is the Hoox API?

The Hoox API allows you to generate videos programmatically using our advanced artificial intelligence technology. Create videos from scripts or prompts, with voiceovers, avatars, automatic media integration and much more.

<CardGroup cols={2}>
  <Card title="Video Generation" icon="video" href="/video-generation/overview">
    Create videos from scripts, prompts, or existing content
  </Card>

  <Card title="Custom Export" icon="download" href="/video-export/overview">
    Export your videos in different formats and resolutions
  </Card>

  <Card title="Resources" icon="microphone" href="/voice/list">
    Access our library of voices and avatars
  </Card>

  <Card title="Webhooks" icon="webhook" href="/webhooks/overview">
    Receive real-time notifications about your generations
  </Card>
</CardGroup>

## Prerequisites

To use the Hoox API, you must:

1. **Have an Enterprise plan** - API access is reserved for Enterprise customers
2. **Generate an API key** - Available in your workspace settings
3. **Have credits** - Each generation and export consumes credits

<Warning>
  The Hoox API is currently in beta. Some features may evolve.
</Warning>

## Limits and Quotas

| Plan       | Requests/minute |
| ---------- | --------------- |
| Enterprise | 100             |

## Need Help?

<CardGroup cols={2}>
  <Card title="Technical Support" icon="headset" href="mailto:support@hoox.video">
    Contact our team for any technical questions
  </Card>

  <Card title="Discord Community" icon="discord" href="https://discord.gg/hoox">
    Join our developer community
  </Card>
</CardGroup>
