Skip to main content
GET
cURL
MiniMax H3 동영상 작업을 생성한 후 이 엔드포인트를 사용하세요. 작업이 완료되면 응답에 video_url이 포함됩니다.

다음 필드를 확인하세요

  • status 값은 queued, in_progress, completed 또는 failed 중 하나입니다.
  • progress 값은 0부터 100까지의 대략적인 완료율입니다.
  • video_url 값은 작업이 완료되면 표시됩니다.
  • error 값은 작업이 실패하면 표시됩니다.

작업 폴링

1

먼저 작업 생성

먼저 MiniMax H3 동영상 생성 를 수행하고 반환된 id을 저장합니다.
2

작업 상태 조회

status 값이 completed 또는 failed 중 하나가 될 때까지 작업 ID를 이 엔드포인트에 전송하세요.
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.

마지막 수정일 2026년 8월 7일