Authorization: Bearer ********************{
"model": "doubao-seedance-1-0-lite-i2v-250428",
"content": [
{
"type": "text",
"text": "A girl holding a fox, the girl opens her eyes and gently looks at the camera, the fox hugs friendly, 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,xxx2"
}
}
]
}curl --location --request POST 'https://api.key4u.shop/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 gently looks at the camera, the fox hugs friendly, 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,xxx2"
}
}
]
}'{
"id": "cgt-20250918170604-vd988",
"status": "submitted"
}