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

# Introduction

> Build movies from prompts, references, and production constraints.

# Keyframe API

The Keyframe API turns a brief and a few references into a movie.

It has four primitives:

* **References** are uploaded images, videos, audio files, or documents that guide generation.
* **Movies** are async jobs that plan, generate, review, and render a video.
* **Assets** are the outputs created during a movie job, including storyboards, clips, audio, and final exports.
* **Webhooks** report progress and completion.

The API is intentionally high level. You give Keyframe intent and constraints. Keyframe owns the graph, model routing, retries, review, and export.

```txt theme={null}
Upload references -> Create a movie job -> Poll or receive webhooks -> Download assets
```

## API status

The API is in beta. Endpoint paths, schemas, limits, and pricing may change before v1 launch.

## Base URL

```txt theme={null}
https://api.keyframe.art/v1
```

Use the `docs.keyframe.art` site for documentation and API reference. Use `api.keyframe.art` for runtime API calls.
