Generate a video
Submit a deterministic video-generation job. Returns immediately with a generation id and a status URL to poll; the video is produced asynchronously. model and prompt are required; everything in parameters is forwarded verbatim to the provider. image/video/reference_images accept an http(s) URL, a data-URI, or a file_<id> (resolved per provider). Output is saved to /v3/files by default and returned with a reusable file_id on the status poll; set store: false to opt out. Poll the returned status_url (GET /v3/artifacts//status) for a presigned download URL when complete.
202 with an id and a status_url. Poll GET /v3/artifacts/{id}/status until completed, then download from the presigned url. See the Video guide for the end-to-end flow, reference image/video inputs, and per-provider parameters.Authorizations
API key authentication. Pass your API key as a Bearer token.
Body
Persist the finished video to /v3/files and return a reusable file_id on the status poll. Defaults to true; set false to skip.