Skip to main content

Authentication

The API uses bearer keys.
Keep keys server-side. Do not ship them in browsers, mobile apps, public repos, or client config.

Idempotency

Send an Idempotency-Key header when creating movies or other billable jobs.
If the same key is retried with the same body, Keyframe returns the original job. This prevents accidental duplicate spend.

Environments

The planned production base URL is:
Sandbox and preview environments may be added during beta.