generate_video
Submit a video generation job and get a job ID to poll for completion.
Instructions
Submit a video generation job and return its ID immediately. Does NOT wait for the render; poll with get_job.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seed | No | ||
| model | Yes | Model ID from list_models. | |
| prompt | Yes | Passed to the provider verbatim. | |
| project | No | Project slug. Defaults to 'unsorted', which always exists. | unsorted |
| duration | No | Seconds; must be a supported value. | |
| resolution | No | ||
| aspect_ratio | No | ||
| generate_audio | No | ||
| last_frame_asset_id | No | ||
| first_frame_asset_id | No | ||
| input_reference_asset_ids | No | Asset IDs previously returned by upload_asset, get_media or a generation tool, used as image references. |