Seedance Format
Create Seedance Video
- Call Doubao Seedance 2.0 video generation through ElkAPI.
- Asynchronous task endpoint. Returns a task ID after submission.
- Put official Seedance parameters in metadata for pass-through forwarding.
POST
Authorizations
string
required
All endpoints require Bearer Token authentication.
Body
string
default:"doubao-seedance-2-0-260128"
required
Seedance model ID.Available values:
doubao-seedance-2-0-260128, doubao-seedance-2-0-fast-260128string
required
Text prompt. The current adapter sends this field upstream as the final
content text item.array<string>
Array of image URLs or Base64 strings. If you need to specify
role, use metadata.content instead.string
Video duration in seconds. If set, it overrides
metadata.duration.object
Parameter object passed through to the Seedance upstream. Put official Seedance fields here.
integer
Video duration. Seedance 2.0 is usually
4 to 15 seconds; you can also pass -1 if supported upstream.string
Video aspect ratio.Example:
16:9, 4:3, 1:1, 3:4, 9:16, 21:9, adaptivestring
Resolution.Example:
480p, 720p, 1080pboolean
Whether to generate audio.
boolean
Whether to add a watermark.
integer
Random seed.
array<object>
Multimodal reference content. Supports
image_url, video_url, and audio_url; use the top-level prompt for text content.Multimodal Example
Response
string
Public task ID returned by ElkAPI.
string
Compatibility field. The value is the same as
id.string
Object type, fixed as
video.string
Model used by the request.
string
Task status. Usually
queued after successful submission.integer
Task creation timestamp.