curl --location '/minimax/v2/video_generation' \
--header 'Authorization: Bearer {{api_key}}' \
--header 'Content-Type: application/json' \
--data '{
"model": "MiniMax-H3",
"content": [
{
"type": "text",
"text": "电影感日出照亮安静湖面,镜头缓慢向前推进,伴随自然环境声。"
}
],
"resolution": "768P",
"duration": 4,
"ratio": "16:9"
}'{
"task_id": "50e3fd44-dcce-4678-be93-943a0d7c0223"
}