Skip to main content
GET
cURL
MiniMax H3 動画タスクを作成した後に、このエンドポイントを使用します。タスクが完了すると、レスポンスに video_url が含まれます。

以下のフィールドを確認してください

  • statusqueuedin_progresscompleted、または failed です。
  • progress0 から 100 までの大まかな完了率です。
  • video_url はタスクが完了すると表示されます。
  • error はタスクが失敗すると表示されます。

タスクをポーリングする

1

まずタスクを作成する

まず、 MiniMax H3 動画を作成する を使用して、返された id を保存します。
2

タスクの状態を取得する

statuscompleted または failed になるまで、タスク ID をこのエンドポイントに送信します。
3

MP4 ファイルをダウンロードする

statuscompleted の場合は、次を呼び出します: MiniMax H3 動画コンテンツをダウンロードする.

承認

Authorization
string
header
必須

Bearer authentication. Use your CometAPI API key.

パスパラメータ

task_id
string
必須

Task ID returned by POST /v1/videos.

レスポンス

200 - application/json

Current MiniMax H3 video task state.

id
string
必須

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

:

"<task_id>"

object
string
必須

Object type for the asynchronous video task.

Allowed value: "video"
model
enum<string>
必須

Model ID that the task uses.

利用可能なオプション:
minimax-h3,
minimax-h3-max
status
enum<string>
必須

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

利用可能なオプション:
queued,
in_progress,
completed,
failed
progress
integer
必須

Task progress as a coarse percentage.

必須範囲: 0 <= x <= 100
created_at
integer<int64>
必須

Task creation time as a Unix timestamp in seconds.

task_id
string

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

:

"<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.

:

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

error
object

Failure details. This field appears when the task fails.

最終更新日 2026年8月7日