curl --location --request POST '/v1/video/generations/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "doubao-seedance-2.0-fast",
"content": [
{
"type": "text",
"text": "让图片动起来"
},
{
"type": "image_url",
"image_url": {
"url": "https://file.aiquickdraw.com/custom-page/akr/section-images/1759996897753qal9t1ce.webp"
},
"role": "reference_image"
}
],
"duration": 5,
"ratio": "adaptive",
"resolution": "720p",
"watermark": false,
"generate_audio": false
}'