Generate video from Base64 encoded image using Doubao seedance model
POST /v1/video/generations
| Parameter | Type | Required | Description |
|---|---|---|---|
| model | string | Yes | Model ID, e.g., doubao-seedance-1-0-lite-i2v-250428 |
| content | array | Yes | Array of content objects with text prompt and Base64 image |
| Field | Type | Description |
|---|---|---|
| type | string | Content type: text or image_url |
| text | string | Text prompt with optional parameters like --ratio adaptive --dur 5 |
| image_url | object | Image URL object with url field (supports data:image/png;base64,... format) |
| Field | Type | Description |
|---|---|---|
| id | string | Task ID for querying status |
| status | string | Task status |
| created_at | string | Creation timestamp |