generate_video
Generate one video using unlimited models with automatic resolution fallback. Supports image-to-video via input files.
Instructions
Generate ONE video via the v2 API, with automatic resolution fallback.
Defaults target viral 9:16 clips. Unlimited is capped per model (Seedance/Wan/Gemini
render unlimited at 720p), so resolution_fallback walks 1080p -> 720p -> 480p when
the server denies unlimited. To make MANY videos in parallel across your accounts, use
generate_video_batch (one generate_video call = one account = sequential).
Unlimited-eligible: seedance_2_0, seedance_2_0_mini, wan2_7, gemini_omni,
kling3_0. Local input_files are uploaded as the start_image (image-to-video).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | std | |
| seed | No | ||
| wait | No | ||
| model | No | seedance_2_0 | |
| prompt | Yes | ||
| account | No | ||
| timeout | No | ||
| download | No | ||
| duration | No | ||
| media_role | No | start_image | |
| resolution | No | 1080p | |
| input_files | No | ||
| aspect_ratio | No | 9:16 | |
| extra_params | No | ||
| input_images | No | ||
| generate_audio | No | ||
| resolution_fallback | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |