Image to Video-First Frame
Official Documentation: https://www.volcengine.com/docs/82379/1520757
Endpoint
POST http://v98store.com/volc/v1/contents/generations/tasks cURL Command
curl -X POST 'http://v98store.com/volc/v1/contents/generations/tasks' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{ "model": "doubao-seedance-1-0-lite-i2v-250428", "content": [ { "type": "text", "text": "生成小猫视频 --rs 1080p --rt 16:9 --ratio 16:9 --dur 5 --fps 24 --wm false --seed 0 --cf false" }, { "type": "image_url", "image_url": { "url": "https://brainrot-yt-shorts.oss-cn-beijing.aliyuncs.com/images/cached/55a955b7e41723417281051d7bebdb45.png" } } ] }' Parameters
| Name | In | Description | Required |
|---|---|---|---|
| Content-Type | header | No | |
| Accept | header | No | |
| Authorization | header | No |
Request Body
Example
{
"model": "doubao-seedance-1-0-lite-i2v-250428",
"content": [
{
"type": "text",
"text": "生成小猫视频 --rs 1080p --rt 16:9 --ratio 16:9 --dur 5 --fps 24 --wm false --seed 0 --cf false"
},
{
"type": "image_url",
"image_url": {
"url": "https://brainrot-yt-shorts.oss-cn-beijing.aliyuncs.com/images/cached/55a955b7e41723417281051d7bebdb45.png"
}
}
]
} Responses
200 -
Example
{
"id": "cgt-20250918165813-8tz7p",
"status": "submitted"
}