MiniMax-H3 Official Format Query Task
Official Format
MiniMax-H3 Official Format Query Task
Query the status and result of a MiniMax-H3 official format video task with GET /v1/video/generations/{task_id}.
GET
MiniMax-H3 Official Format Query Task
MiniMax-H3 Official Format Query Task
Query the task status, progress, and result video URL based on thetask_id returned by Create Video (Official Format).
Method and Path
Request Example
Response Example
Authentication
Path Parameters
string
required
Video generation task ID, consistent with the
task_id returned by the creation endpoint.Response
string
Response code,
success on success.string
Task ID.
string
Gateway task status:
SUBMITTED, IN_PROGRESS, SUCCESS, FAILURE.string
Progress string, such as
50% or 100%.integer
Task submission time, Unix timestamp (seconds).
integer
Task start time, Unix timestamp (seconds).
integer
Task finish time, Unix timestamp (seconds);
0 when not finished.string
Reason for failure, present only when
status=FAILURE.string
Upstream native status:
queued, running, succeeded, failed, or cancelled.integer
Generated video duration (seconds).
string
Output resolution, e.g.
2K.string
Aspect ratio, e.g.
16:9.string
Generated video URL (a temporary signed link with limited validity; download or persist it promptly).
object
Usage statistics. Includes
total_seconds, input_seconds, output_seconds, input_image_count, input_audio_seconds, total_tokens, prompt_tokens, and completion_tokens.object
Error object (returned only when the request fails), containing
code, message, and type.