{
"model": "MiniMax-H3",
"content": [
{
"type": "text",
"text": "山间日出湖面,薄雾弥漫,镜头缓慢向前推进,柔和自然光,电影质感"
}
],
"duration": 10,
"resolution": "720P"
}curl --location '/minimaxi/v2/video_generation' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data '{
"model": "MiniMax-H3",
"content": [
{
"type": "text",
"text": "山间日出湖面,薄雾弥漫,镜头缓慢向前推进,柔和自然光,电影质感"
}
],
"duration": 10,
"resolution": "720P"
}'{
"id": "2083454570230865921",
"task_id": "2083454570230865921",
"object": "video",
"model": "MiniMax-H3",
"status": "queued",
"progress": 0,
"created_at": 1785569253,
"seconds": "5"
}