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, the girl opens her eyes and looks gently at the camera, the fox is held in a friendly manner, the camera slowly pulls out, the girl'\''s hair is blown by the wind --ratio adaptive --dur 5"
},
{
"type": "image_url",
"image_url": {
"url": "data:image/png;base64,aHR0cHM6Ly9hcmstcHJvamVjdC50b3MtY24tYmVpamluZy52b2xjZXMuY29tL2RvY19pbWFnZS9pMnZfZm94cmdpcmwucG5n"
}
}
]
}'