Authorization: Bearer ********************
{
"model": "doubao-seedance-1-0-pro-250528",
"content": [
{
"type": "text",
"text": "Girl hugging a fox, girl opens eyes, looks gently at the camera, fox hugs friendly, camera slowly pulls out, girl's hair is blown by the wind -- adaptive --ratio adaptive --dur 5"
},
{
"type": "image_url",
"image_url": {
"url": "https://ark-project.tos-cn-beijing.volces.com/doc_image/i2v_foxrgirl.png"
}
}
]
}
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-pro-250528",
"content": [
{
"type": "text",
"text": "Girl hugging a fox, girl opens eyes, looks gently at the camera, fox hugs friendly, camera slowly pulls out, girl'\''s hair is blown by the wind -- adaptive --ratio adaptive --dur 5"
},
{
"type": "image_url",
"image_url": {
"url": "https://ark-project.tos-cn-beijing.volces.com/doc_image/i2v_foxrgirl.png"
}
}
]
}'
{
"id": "cgt-20250918165813-8tz7p",
"status": "submitted"
}