Generate video clip
Generate a single short video clip (up to 30 seconds) from a text prompt, optionally guided by an opening-frame still, reference images, videos, and audio. At least one of prompt, startFrameFileId, imageFileIds, videoFileIds, audioFileIds, or spokenDialogue must be provided. VideoGen automatically routes each request to the most effective state-of-the-art video model for your inputs and settings, so you don't pick a model. This endpoint returns one standalone clip. For longer, higher-quality, professionally edited videos with narration, captions, music, and multiple scenes, use a video workflow such as Script to video (POST /v1/workflows/script-to-video) instead.
Request body
Example request
{
"prompt": "A golden retriever running through a sunlit meadow in slow motion, cinematic"
}Response
Execution accepted; poll until complete.
Changes
No recorded changes to this endpoint across all 1 revision of this API.