MiniMax H3 동영상 조회
상태, 진행률, 타임스탬프, 결과 URL 또는 실패 세부 정보를 포함하여 작업 ID로 MiniMax H3 동영상 작업을 조회합니다.
video_url이 포함됩니다.
다음 필드를 확인하세요
status값은queued,in_progress,completed또는failed중 하나입니다.progress값은0부터100까지의 대략적인 완료율입니다.video_url값은 작업이 완료되면 표시됩니다.error값은 작업이 실패하면 표시됩니다.
작업 폴링
먼저 작업 생성
id을 저장합니다.작업 상태 조회
status 값이 completed 또는 failed 중 하나가 될 때까지 작업 ID를 이 엔드포인트에 전송하세요.MP4 파일 다운로드
status 값이 completed이면 다음을 호출하세요: MiniMax H3 동영상 콘텐츠 다운로드.인증
Bearer authentication. Use your CometAPI API key.
경로 매개변수
Task ID returned by POST /v1/videos.
응답
Current MiniMax H3 video task state.
Task ID. Use this value as task_id in retrieve and content requests.
"<task_id>"
Object type for the asynchronous video task.
"video"Model ID that the task uses.
minimax-h3, minimax-h3-max Task lifecycle status. Poll until the value is completed or failed.
queued, in_progress, completed, failed Task progress as a coarse percentage.
0 <= x <= 100Task creation time as a Unix timestamp in seconds.
Compatibility alias for id. This field can be omitted from retrieve responses.
"<task_id>"
Unix timestamp returned by the platform. Use status, not this field, to decide when polling can stop.
Result expiration time as a Unix timestamp in seconds when the task provides one.
Video delivery URL. This field appears on completed tasks.
"https://<provider-cdn>/<video_id>.mp4"
Failure details. This field appears when the task fails.