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 gazes gently at the camera, the fox is held in a friendly manner, the camera slowly pulls back, the girl'\''s hair is blown by the wind, and wind sounds 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
}'