Skip to main content
The Dafty API turns a prompt into on-brand images and video. Generation is asynchronous: you create a job, then poll it (or long-poll with ?wait=true) until it returns the result. Authenticate with an API key via the x-api-key header (or Authorization: Bearer), create from /api-keys.

Quickstart

Auth → generate → poll, in three calls.

Authentication

API keys and how to send them.

Video

Animate an image, or transition between two frames.

Polling & wait

Wait for results efficiently - no tight loops.

Errors & rate limits

Error shapes, codes, and backoff.
The full endpoint reference (with a live “Try it” playground) is in the API reference section.