MaiopcMaiopc
Sign in
Model CenterMaiopc

MiniMax-H3-768p

POST/kyyReactApiServer/v2/model-center/tasks

Model information

FieldValue
Model ID (model)MiniMax-H3-768p
Model typeVideo models
Set the request model field to the Model ID shown above. Using the model name will fail to resolve the model.
This model is visible but currently unavailable for invocation. Reason: brand_model_disabled. The page remains available for capability and parameter reference and does not grant invocation access to the current account or domain.

Authentication

Get Key
All requests must include a Bearer token in the request headers:
cURL
Authorization: Bearer <API_KEY>

Request parameters

Send the following fields in the JSON request body. model is required — use the Model ID from the Model information section above.
promptstringrequired
Prompt
Text prompt input.
Minimum:1
reference_imagesimage[]
Reference images
参考图片 ≤9 张(公网 URL 或 base64),单个参考图片不能大于1.5k,提示词用 @图片1~@图片9 引用
Range:0 – 9
Items:0 - 9
Provide a publicly accessible resource URL.
reference_videosvideo[]
Reference videos
参考视频输入。参考视频 ≤3 段(每段 ≤15 秒),单个参考视频不能大于1.5k,15秒,用 @视频1~@视频3 引用
Range:0 – 3
Items:0 - 3
Provide a publicly accessible resource URL.
reference_audiosaudio[]
Reference audios
参考音频输入。参考音频 ≤3 段(每段 ≤15 秒),用 @音频1~@音频3 引用
Range:0 – 3
Items:0 - 3
Provide a publicly accessible resource URL.
durationinteger
Duration
Generated video duration.
Range:10 – 15
Default:10
aspect_ratiostring
Aspect ratio
Output aspect ratio.
Allowed values:16:9, 9:16, 1:1, 4:3, 3:4, 21:9, 3:2, 2:3
resolutionstring
Resolution
Output resolution tier.
Allowed values:768p

Response contract

Task status is normalized to queued, processing, completed, or failed. Result URLs are returned only when status is completed;
FieldDescription
idTask ID used to poll status and results.
objectResource type, usually video for this model.
createdTask creation time as a Unix timestamp in seconds.
modelModel name used for this request.
statusqueued, processing, completed, or failed.
progressTask progress, usually returned by the query API.
result_urlGeneric result URL, returned only after completion.
video_urlTyped result URL for this resource, returned only after completion.
amountCredits consumed by this task.
actualDurationDuration used by this task.
errorError message on failure; usually null while queued, processing, or completed.

Query task result

Generation tasks run asynchronously. The submit endpoint returns a task id; poll the query endpoint below with that id until status becomes completed or failed.
http
GET https://zcbservice.aizfw.cn/kyyReactApiServer/v2/model-center/tasks/{id}
Authorization: Bearer <API_KEY>
idstringrequired
The task ID returned by the submit endpoint.
When status is completed, the result URL is returned via result_url and video_url. See the Response contract above for the remaining fields.
Poll every 5–10 seconds and stop once status is completed or failed. Result URLs expire, so download and store them promptly.