get_video
Retrieve the status of a video generation task and automatically download the video when completed. Use the video ID to track progress from queued to finished.
Instructions
Get the current status of a video generation task and optionally download it. Accepts videoId (required) and taskId (optional). Returns progress percentage, status (queued/in_progress/completed/failed), and download URL when completed. Provide outputDir to auto-download the video file when generation is complete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskId | No | ||
| videoId | Yes | ||
| outputDir | No |