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

# Introduction

> Create and manage AI-generated motion graphics programmatically.

The Hera REST API enables you to generate motion graphics videos using simple HTTP requests. You can submit a video creation job and check its export status from your application or workflow.

## Endpoints

* **POST /videos**: Submit a new motion graphics job for generation (asynchronous).
* **GET /videos/\{video\_id}**: Retrieve the status for a specific video job.

## Authentication

Generate an API key in the [developer settings](https://app.hera.video/settings/developers).

All API requests must include your API key in the `x-api-key` HTTP header.

Example:

```
x-api-key: YOUR_API_KEY
```

API keys can be obtained on request. Keep your API keys secret; do not expose them in client-side code or public repositories.

<Note>
  Looking for support or have questions? Email us at [support@hera.video](mailto:support@hera.video).
</Note>
