curl --location --request POST '/volc/v1/contents/generations/tasks' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "doubao-seedance-1-5-pro-251215",
"content": [
{
"type": "text",
"text": "A girl holding a fox, the girl opens her eyes and looks gently at the camera, the fox is holding her friendly, the camera slowly pulls out, the girl'\''s hair is blown by the wind, and the sound of the wind can be heard"
},
{
"type": "image_url",
"image_url": {
"url": "https://ark-project.tos-cn-beijing.volces.com/doc_image/i2v_foxrgirl.png"
}
}
],
"ratio": "adaptive",
"duration": 4,
"watermark": false
}'