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
Documentation Index
Fetch the complete documentation index at: https://docs.elkapi.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
All endpoints require Bearer Token authentication.
Body
Seedance model ID.Available values:
doubao-seedance-2-0-260128, doubao-seedance-2-0-fast-260128Text prompt. The current adapter sends this field upstream as the final
content text item.Array of image URLs or Base64 strings. If you need to specify
role, use metadata.content instead.Video duration in seconds. If set, it overrides
metadata.duration.Parameter object passed through to the Seedance upstream. Put official Seedance fields here.
Video duration. Seedance 2.0 is usually
4 to 15 seconds; you can also pass -1 if supported upstream.Video aspect ratio.Example:
16:9, 4:3, 1:1, 3:4, 9:16, 21:9, adaptiveResolution.Example:
480p, 720p, 1080pWhether to generate audio.
Whether to add a watermark.
Random seed.
Multimodal reference content. Supports
image_url, video_url, and audio_url; use the top-level prompt for text content.Multimodal Example
Response
Public task ID returned by ElkAPI.
Compatibility field. The value is the same as
id.Object type, fixed as
video.Model used by the request.
Task status. Usually
queued after successful submission.Task creation timestamp.