Download completed video file data
Bearer sk-xxxxxxxxxx
task_id returned by the query task endpoint| Field | Type | Description |
|---|---|---|
success | boolean | Whether the request was successful |
generation_id | string | Generation ID (same as videoId) |
task_id | string | Task ID |
format | string | Video format (fixed to "mp4") |
size | number | Video file size (bytes) |
base64 | string | Base64 encoded video data |
data_url | string | Data URL format video data, can be used directly in frontend <video> tag |
data_url field can be used directly in HTML <video> tag:
succeeded, proceed to the next step.