Authorization: Bearer ********************{
"model": "dance2-fast-15s",
"prompt": "@1带个帽子去@2的场景",
"images": ["https://xx.com/tos-alisg-i-wopfjsm1ax-sg/a4963f3c438e40feb085.jpeg", "https://xxx.com/64e56d72f078565e6e27a0873f8a4282/69d70e33/video/tos/alisg/tos-alisg-ve-1417.mp4"],
"width": 1280,
"height": 720
}curl --location '/v1/videos' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "dance2-fast-15s",
"prompt": "@1带个帽子去@2的场景",
"images": ["https://xx.com/tos-alisg-i-wopfjsm1ax-sg/a4963f3c438e40feb085.jpeg", "https://xxx.com/64e56d72f078565e6e27a0873f8a4282/69d70e33/video/tos/alisg/tos-alisg-ve-1417.mp4"],
"width": 1280,
"height": 720
}'{}