{
"model": "MiniMax-H3",
"prompt": "一个男孩在海边打篮球,电影质感,黄昏逆光",
"duration": 5,
"metadata": {
"resolution": "2K",
"aigc_watermark": false,
"first_frame":"https://example.com/first.jpg"
}
}curl --location '/v1/video/generations' \
--header 'Accept: application/json' \
--header 'Authorization: {{YOUR_API_KEY}}' \
--header 'New-Api-User: 1' \
--header 'Content-Type: application/json' \
--data '{
"model": "MiniMax-H3",
"prompt": "一个男孩在海边打篮球,电影质感,黄昏逆光",
"duration": 5,
"metadata": {
"resolution": "2K",
"aigc_watermark": false,
"first_frame":"https://example.com/first.jpg"
}
}'{
"id": "task_BEeh4v26c0x9JFuNCtl7QHTcjRTEwfEB",
"task_id": "task_BEeh4v26c0x9JFuNCtl7QHTcjRTEwfEB",
"object": "video",
"model": "MiniMax-H3",
"status": "queued",
"progress": 0,
"created_at": 1787121172
}