Image to Video-Base64 Encoded
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": "女孩抱着狐狸, 女孩睁开眼, 温柔see 向镜头, 狐狸友善抱着, 镜头缓缓拉出, 女孩 头发被风吹动 --ratio adaptive --dur 5" }, { "type": "image_url", "image_url": { "url": "data:image/png;base64,aHR0cHM6Ly9hcmstcHJvamVjdC50b3MtY24tYmVpamluZy52b2xjZXMuY29tL2RvY19pbWFnZS9pMnZfZm94cmdpcmwucG5n" } } ] }' Parameters
| Name | In | Description | Required |
|---|---|---|---|
| Authorization | header | No |
Request Body
Example
{
"model": "doubao-seedance-1-0-lite-i2v-250428",
"content": [
{
"type": "text",
"text": "女孩抱着狐狸, 女孩睁开眼, 温柔see 向镜头, 狐狸友善抱着, 镜头缓缓拉出, 女孩 头发被风吹动 --ratio adaptive --dur 5"
},
{
"type": "image_url",
"image_url": {
"url": "data:image/png;base64,aHR0cHM6Ly9hcmstcHJvamVjdC50b3MtY24tYmVpamluZy52b2xjZXMuY29tL2RvY19pbWFnZS9pMnZfZm94cmdpcmwucG5n"
}
}
]
} Responses
200 -
Example
{
"id": "cgt-20250918170604-vd988",
"status": "submitted"
}