Authorization: Bearer ********************{
"prompt": "Contemporary dance,the people in the picture are performing contemporary dance.",
"model": "MiniMax-Hailuo-2.3",
"duration": 6,
"resolution": "1080P",
"metadata": {
"first_frame_image": "https://filecdn.minimax.chat/public/85c96368-6ead-4eae-af9c-116be878eac3.png",
"aigc_watermark": true
}
}curl --location '/v1/video/generations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"prompt": "Contemporary dance,the people in the picture are performing contemporary dance.",
"model": "MiniMax-Hailuo-2.3",
"duration": 6,
"resolution": "1080P",
"metadata": {
"first_frame_image": "https://filecdn.minimax.chat/public/85c96368-6ead-4eae-af9c-116be878eac3.png",
"aigc_watermark": true
}
}'{}