check_video_status
Check the status and progress of a video generation task using the task ID or video ID, and retrieve the video URL upon completion.
Instructions
Check the status of a video generation task.
Args: video_id: The video_id returned from text_to_video. task_id: The task_id returned from text_to_video (alternative).
Returns: dict with task_id, video_id, status, progress, video_url, seconds, size, error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | No | ||
| video_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||