Video Generation creates new video clips from text prompts. Use it when you want AI-generated footage rather than an edit of existing footage.Documentation Index
Fetch the complete documentation index at: https://docs.mosaic.so/llms.txt
Use this file to discover all available pages before exploring further.
How It Works
Describe the shot, subject, style, camera motion, and desired duration. Mosaic sends the prompt and any selected image, video, or audio references to the generation model, then returns a video asset that can feed downstream tiles. Use Video Generation for:- Product shots and cinematic b-roll
- Social clips from a creative prompt
- Reference-guided motion from uploaded images or clips
- Sound-enabled generated scenes
API Usage
Create an agent shell:API Info
Node Params & API Details
Node Params & API Details
- Node ID:
a2eb3ec2-da7a-4f97-94d2-a9a537548522
Node params
| Param | Type | Required | Default | Notes |
|---|---|---|---|---|
prompt | string | Yes | "" | Generation prompt. |
model | "seedance-2" | No | "seedance-2" | Video model. |
resolution | "480p" | "720p" | "1080p" | No | "720p" | Requested output resolution. |
duration | "auto" | "4" ... "15" | No | "auto" | Duration in seconds, or automatic model choice. |
aspect_ratio | "auto" | "21:9" | "16:9" | "4:3" | "1:1" | "3:4" | "9:16" | No | "auto" | Output aspect ratio. |
generate_audio | boolean | No | true | Generate synchronized audio when supported. |
selected_context | {images:string[],videos:string[],audio:string[]} | No | empty lists | Uploaded references to guide generation. |