Retrieve a MiniMax H3 video
Retrieve a MiniMax H3 video task by task ID, including its status, progress, timestamps, result URL, or failure details.
video_url when the task is completed.
Check these fields
statusisqueued,in_progress,completed, orfailed.progressis a coarse completion percentage from0through100.video_urlappears when the task is completed.errorappears when the task fails.
Poll the task
Create the task first
id.Retrieve the task state
status is completed or failed.Download the MP4 file
status is completed, call Download MiniMax H3 video content.Authorizations
Bearer authentication. Use your CometAPI API key.
Path Parameters
Task ID returned by POST /v1/videos.
Response
Current MiniMax H3 video task state.
Task ID. Use this value as task_id in retrieve and content requests.
"<task_id>"
Object type for the asynchronous video task.
"video"Model ID that the task uses.
"minimax-h3"Task lifecycle status. Poll until the value is completed or failed.
queued, in_progress, completed, failed Task progress as a coarse percentage.
0 <= x <= 100Task creation time as a Unix timestamp in seconds.
Compatibility alias for id. This field can be omitted from retrieve responses.
"<task_id>"
Unix timestamp returned by the platform. Use status, not this field, to decide when polling can stop.
Result expiration time as a Unix timestamp in seconds when the task provides one.
Video delivery URL. This field appears on completed tasks.
"https://<provider-cdn>/<video_id>.mp4"
Failure details. This field appears when the task fails.