Skip to main content

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.
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

https://api.keyframe.art/v1
Use the docs.keyframe.art site for documentation and API reference. Use api.keyframe.art for runtime API calls.