Seedance Lite Reference Image

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": "[图1]戴着眼镜穿着蓝色T恤 男生 and [图2] 柯基小狗, 坐in[图3] 草坪, 3D卡通风格" }, { "type": "image_url", "image_url": { "url": "https://ark-project.tos-cn-beijing.volces.com/doc_image/seelite_ref_1.png" }, "role": "reference_image" }, { "type": "image_url", "image_url": { "url": "https://ark-project.tos-cn-beijing.volces.com/doc_image/seelite_ref_2.png" }, "role": "reference_image" }, { "type": "image_url", "image_url": { "url": "https://ark-project.tos-cn-beijing.volces.com/doc_image/seelite_ref_3.png" }, "role": "reference_image" } ] }'

Parameters

NameInDescriptionRequired
AuthorizationheaderNo

Request Body

Example

{
  "model": "doubao-seedance-1-0-lite-i2v-250428",
  "content": [
    {
      "type": "text",
      "text": "[图1]戴着眼镜穿着蓝色T恤 男生 and [图2] 柯基小狗, 坐in[图3] 草坪, 3D卡通风格"
    },
    {
      "type": "image_url",
      "image_url": {
        "url": "https://ark-project.tos-cn-beijing.volces.com/doc_image/seelite_ref_1.png"
      },
      "role": "reference_image"
    },
    {
      "type": "image_url",
      "image_url": {
        "url": "https://ark-project.tos-cn-beijing.volces.com/doc_image/seelite_ref_2.png"
      },
      "role": "reference_image"
    },
    {
      "type": "image_url",
      "image_url": {
        "url": "https://ark-project.tos-cn-beijing.volces.com/doc_image/seelite_ref_3.png"
      },
      "role": "reference_image"
    }
  ]
}

Responses

200 -

Example

{
  "id": "cgt-20250918170909-j7gxl",
  "status": "submitted"
}