curl --location --request POST 'https://api.cometapi.com/volc/v3/contents/generations/tasks' \
--header 'Authorization: Bearer {{api-key}}' \
--header 'Content-Type: application/json' \
--data-raw 'eg1:
{
"model": "bytedance-seedance-1-0-pro",
"content": [
{
"type": "text",
"text": "Drones traverse complex obstacles or natural wonders at breakneck speeds for an immersive flight experience --resolution 1080p --duration 5 --camerafixed false --watermark true"
},
{
"type": "image_url",
"image_url": {
"url": "https://ark-project.tos-cn-beijing.volces.com/doc_image/seepro_i2v.png"
}
}
]
}
eg2:
{
"model": "bytedance-seedance-1-0-lite-i2v-250428",
"content": [
{
"type": "text",
"text": "Drones traverse complex obstacles or natural wonders at breakneck speeds for an immersive flight experience --ratio 1:1 --resolution 1080p --duration 10 --camerafixed false --watermark true"
},
{
"type": "image_url",
"image_url": {
"url": "https://ark-project.tos-cn-beijing.volces.com/doc_image/seepro_i2v.png"
}
}
]
}'