Generate Video
generation_video_createQueue an AI video generation into the BlitzReels media library, from a prompt or from an existing image asset. Spends AI credits and returns a job to poll with generation_jobs_get.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seed | No | Optional seed for reproducible output. | |
| model | No | Video model. Supported durations and text-to-video vs image-to-video differ per model; call generation_options_list first. | wan-2.1 |
| prompt | Yes | What should happen in the shot (3-5000 characters). | |
| folderId | No | Optional media library folder ID. | |
| resolution | No | Seedance 2.5 output resolution. | |
| aspectRatio | No | Output aspect ratio. | 9:16 |
| workspaceId | No | Optional workspace ID. Defaults to the user's default workspace. UUID string. | |
| generateAudio | No | Generate audio alongside the video when supported. | |
| sourceAssetId | No | Source image asset ID. Required by image-to-video models. | |
| idempotencyKey | No | Retry key. Reuse only with identical inputs. | |
| negativePrompt | No | What to avoid in the shot. | |
| durationSeconds | No | Clip length in seconds (2-30). Must be supported by the chosen model. | |
| referenceAssetIds | No | Reference image asset IDs. Seedance 2.5 accepts 29 plus sourceAssetId, for 30 images total; other models accept up to 4. | |
| referenceAudioAssetIds | No | Seedance 2.5 reference audio asset IDs. Unsupported by other models. | |
| referenceVideoAssetIds | No | Seedance 2.5 reference video asset IDs. Unsupported by other models. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| generation | Yes |