curl --location '/v1/videos' \
--header 'Authorization: Bearer <token>' \
--form 'model="happyhorse-1.0-r2v_720p"' \
--form 'prompt="[Image 1]中身着红色旗袍的女性,镜头先以侧面中景勾勒旗袍修身剪裁与S型曲线,随即切换至低角度仰拍,捕捉她轻抬玉手展开[Image 2]中的折扇的同时,[Image 3]中的流苏耳坠随头部转动轻盈摆动的细节,最后推近至面部特写,定格在她指尖轻点扇骨、眼波流转间的含蓄风情,多视角全方位展现东方韵味。"' \
--form 'duration="3"' \
--form 'extra_body="{
\"input\": {
\"media\": [
{
\"type\": \"reference_image\",
\"url\": \"https://help-static-aliyun-doc.aliyuncs.com/file-manage-files/zh-CN/20260424/mvzfud/hh-v2v-girl.jpg\"
},
{
\"type\": \"reference_image\",
\"url\": \"https://help-static-aliyun-doc.aliyuncs.com/file-manage-files/zh-CN/20260424/fvuihk/hh-v2v2-folding-fan.jpg\"
},
{
\"type\": \"reference_image\",
\"url\": \"https://help-static-aliyun-doc.aliyuncs.com/file-manage-files/zh-CN/20260424/imerii/hh-v2v-earrings.jpg\"
}
]
},
\"parameters\": {
\"ratio\": \"16:9\"
}
}"'