Skip to main content
GET
cURL
Використовуйте цей endpoint після створення завдання для відео MiniMax H3. Відповідь містить video_url, коли завдання завершено.

Перевірте ці поля

  • status має значення queued, in_progress, completed або failed.
  • progress показує приблизний відсоток завершення від 0 до 100.
  • video_url відображається, коли завдання завершено.
  • error відображається, коли виконання завдання не вдалося.

Опитування завдання

1

Спочатку створіть завдання

Почніть із Створення відео MiniMax H3 і збережіть повернений id.
2

Отримання стану завдання

Надсилайте ID завдання до цього endpoint, доки status не матиме значення completed або failed.
3

Завантаження MP4-файлу

Коли status має значення completed, викличте Завантаження відеовмісту 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.

Останнє оновлення 7 серпня 2026 р.