Skip to main content
GET
cURL
Gebruik dit endpoint nadat je een MiniMax H3-videotaak hebt gemaakt. Het antwoord bevat video_url wanneer de taak is voltooid.

Controleer deze velden

  • status is queued, in_progress, completed of failed.
  • progress is een globaal voltooiingspercentage van 0 tot en met 100.
  • video_url verschijnt wanneer de taak is voltooid.
  • error verschijnt wanneer de taak mislukt.

De taak opvragen

1

Maak eerst de taak

Begin met Een MiniMax H3-video maken en sla de geretourneerde id op.
2

De taakstatus ophalen

Stuur de taak-ID naar dit endpoint totdat status completed of failed is.
3

Het MP4-bestand downloaden

Wanneer status completed is, voer je een aanroep uit naar MiniMax H3-video-inhoud downloaden.

Autorisaties

Authorization
string
header
vereist

Bearer authentication. Use your CometAPI API key.

Padparameters

task_id
string
vereist

Task ID returned by POST /v1/videos.

Respons

200 - application/json

Current MiniMax H3 video task state.

id
string
vereist

Task ID. Use this value as task_id in retrieve and content requests.

Voorbeeld:

"<task_id>"

object
string
vereist

Object type for the asynchronous video task.

Allowed value: "video"
model
enum<string>
vereist

Model ID that the task uses.

Beschikbare opties:
minimax-h3,
minimax-h3-max
status
enum<string>
vereist

Task lifecycle status. Poll until the value is completed or failed.

Beschikbare opties:
queued,
in_progress,
completed,
failed
progress
integer
vereist

Task progress as a coarse percentage.

Vereist bereik: 0 <= x <= 100
created_at
integer<int64>
vereist

Task creation time as a Unix timestamp in seconds.

task_id
string

Compatibility alias for id. This field can be omitted from retrieve responses.

Voorbeeld:

"<task_id>"

completed_at
integer<int64>

Unix timestamp returned by the platform. Use status, not this field, to decide when polling can stop.

expires_at
integer<int64>

Result expiration time as a Unix timestamp in seconds when the task provides one.

video_url
string<uri>

Video delivery URL. This field appears on completed tasks.

Voorbeeld:

"https://<provider-cdn>/<video_id>.mp4"

error
object

Failure details. This field appears when the task fails.

Laatst gewijzigd op 7 augustus 2026