wait_for_video
Wait for a video generation task to finish and retrieve the resulting video. Use after initiating video generation to get the final output.
Instructions
Wait for video generation to complete and return the result
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | The task ID returned from video generation | |
| max_wait_time | No | Maximum wait time in milliseconds (default: 300000) | |
| poll_interval | No | Polling interval in milliseconds (default: 5000) |