Get Seedance video content
Seedance (async)
Get Seedance video content
Proxy-download the MP4 file for a completed Seedance video task
GET
Get Seedance video content
When to use this endpoint
Use it when you need to proxy the video download through your own server, or when direct access to the CDN URL inmetadata.url is
not practical (e.g. server-side downloads, signed delivery pipelines).
Prerequisites
- Task
statusmust becompleted - Task must not be expired (check
expires_at)
Response format
On success the response body is a rawvideo/mp4 byte stream with
HTTP status 200. Write the response body directly to a file or stream
it to your end user.
Alternative
If you only need a link, readmetadata.url from the
GET /v1/videos/{task_id} response — no need to download through
this endpoint.Authorizations
Path Parameters
Video task ID — the id field returned by the create endpoint.
Response
Video content retrieved successfully — raw MP4 byte stream
Raw bytes of the MP4 video file.