v5.5/image-to-video
Setup your API Key
How to Make a Call
API Schemas
Create a video generation task and send it to the server
The text description of the scene, subject, or action to generate in the video.
URL of the image to be used as the first frame of the video.
An enumeration where the short side of the video frame determines the resolution.
720pPossible values: The output video length in seconds. The 1080p quality option does not support 8-second videos.
5Possible values: The description of elements to avoid in the generated video.
The style of the generated video.
Varying the seed integer is a way to get different results for the same other request parameters. Using the same value for an identical request will produce similar results. If unspecified, a random number is chosen.
Enable audio generation.
- true: Audio on.
- false: Audio off.
falseEnable multi-clip generation with dynamic camera changes.
- true: Multi-clip.
- false: Single-clip.
falsePrompt reasoning enhancement mode.
- "enabled": Turn on prompt optimization.
- "disabled": Turn off prompt optimization.
- "auto" or omitted: Let the model decide automatically.
enabledPossible values: Retrieve the generated video from the server
Bearer key
<REPLACE_WITH_YOUR_GENERATION_ID>Full Example: Generating and Retrieving the Video From the Server

"Mona Lisa puts on glasses with her hands."Last updated
Was this helpful?