curl --location --request POST '/volc/v1/contents/generations/tasks' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "doubao-seedance-1-0-lite-i2v-250428",
"content": [
{
"type": "text",
"text": "A girl holding a fox; she opens her eyes and looks gently at the camera, the fox hugging kindly; the shot slowly pulls out, her hair blowing in the wind --ratio adaptive --dur 5"
},
{
"type": "image_url",
"image_url": {
"url": "data:image/png;base64,aHR0cHM6Ly9hcmstcHJvamVjdC50b3MtY24tYmVpamluZy52b2xjZXMuY29tL2RvY19pbWFnZS9pMnZfZm94cmdpcmwucG5n"
}
}
]
}'