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": "The girl hugs the fox. The girl opens her eyes and looks gently at the camera. The fox hugs 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
}'