{
"model": "MiniMax-H3",
"prompt": "参考人物在雪山前讲话,保持其声音与形象",
"images": ["https://example.com/person.jpg"],
"videos": ["https://example.com/motion.mp4"],
"audios": ["https://example.com/voice.wav"],
"duration": 8,
"metadata": {
"resolution": "2K",
"ratio": "adaptive"
}
}curl --location '/v1/video/generations' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'New-Api-User: 1' \
--header 'Content-Type: application/json' \
--data '{
"model": "MiniMax-H3",
"prompt": "参考人物在雪山前讲话,保持其声音与形象",
"images": ["https://example.com/person.jpg"],
"videos": ["https://example.com/motion.mp4"],
"audios": ["https://example.com/voice.wav"],
"duration": 8,
"metadata": {
"resolution": "2K",
"ratio": "adaptive"
}
}'{
"id": "task_BEeh4v26c0x9JFuNCtl7QHTcjRTEwfEB",
"task_id": "task_BEeh4v26c0x9JFuNCtl7QHTcjRTEwfEB",
"object": "video",
"model": "MiniMax-H3",
"status": "queued",
"progress": 0,
"created_at": 1787121172
}