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

# Introduction

> AI video generation API — generate videos from text or images.

## Overview

Hyperapify Video API lets your team generate AI videos programmatically using state-of-the-art models (Kling, Seedance). Submit a prompt, get back a video URL — no ML expertise required.

## Base URL

```
https://hypergate.store
```

## Authentication

Every request must include your team token in the `Authorization` header:

```http theme={null}
Authorization: Bearer <your-token>
```

Contact your admin to get your token. Each token is scoped to a specific set of models and usage limits.

## Interactive Docs

Explore and test all endpoints directly in the browser:

[hypergate.store/docs](https://hypergate.store/docs)
