generate_video_batch
Generate multiple videos in parallel across pooled accounts using multiple prompts. Supports image-to-video and wait or poll modes.
Instructions
Generate MANY videos in PARALLEL, spread across all accounts in the pool.
This is how you use multiple accounts at once: N prompts fan out concurrently and the
pool routes each to the least-busy account (with 429 failover). With wait=True
(default) it returns when all are done; wait=False fires them and returns job ids
to poll with queue_status. For image-to-video per prompt, pass
input_files_per_prompt=[["a.jpg"], ["b.jpg"], ...] aligned to prompts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | std | |
| wait | No | ||
| model | No | seedance_2_0 | |
| prompts | Yes | ||
| timeout | No | ||
| download | No | ||
| duration | No | ||
| media_role | No | start_image | |
| resolution | No | 1080p | |
| aspect_ratio | No | 9:16 | |
| extra_params | No | ||
| generate_audio | No | ||
| resolution_fallback | No | ||
| input_files_per_prompt | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |