Authorization: Bearer ********************
{
"model": "minimax-hailuo-02",
"image_url": "https://static.ppinfra.com/docs/assets/minimax-hailuo-video-02-input-image.jpg",
"prompt": "戴着太阳镜的毛茸茸的熊猫在日出时的雪山顶上跳舞,左移运镜",
"duration": 6,
"resolution": "768P",
"enable_prompt_expansion": true
}
curl --location --request POST 'https://api.chatfire.cn/minimax/v2/async/minimax-hailuo-02' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "minimax-hailuo-02",
"image_url": "https://static.ppinfra.com/docs/assets/minimax-hailuo-video-02-input-image.jpg",
"prompt": "戴着太阳镜的毛茸茸的熊猫在日出时的雪山顶上跳舞,左移运镜",
"duration": 6,
"resolution": "768P",
"enable_prompt_expansion": true
}'
{
"task_id": "001027e8-dc8b-4345-b54e-03b155dd7d52"
}