query_video_status
Check the status of a video generation task and retrieve results, including formatted video and image links, using the specified task ID.
Instructions
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| task_id | Yes | 
Input Schema (JSON Schema)
{
  "properties": {
    "task_id": {
      "title": "Task Id",
      "type": "string"
    }
  },
  "required": [
    "task_id"
  ],
  "type": "object"
}