agnes_video_query
Check the status of an async video task by passing the video_id from creation. Completed tasks return the final video URL.
Instructions
Query the status/result of an async video task. Recommended: pass video_id (returned by agnes_video_create). Legacy: pass task_id. When status is 'completed', the final video URL is in remixed_from_video_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| video_id | No | Recommended: the video_id from create response. | |
| task_id | No | Legacy: the task_id from create response. | |
| model_name | No | Explicit model name for the query (overrides default). |