Skip to main content
Downloads the content of a completed video. Can retrieve the video file, thumbnail, or spritesheet.

Path Parameters

string
required
The unique identifier of the video.

Query Parameters

string
default:"video"
The type of content to download:
  • video - The generated video file (MP4)
  • thumbnail - A thumbnail image (WebP)
  • spritesheet - A spritesheet preview (JPEG)

Response

Returns the binary content of the requested file with the appropriate Content-Type header:

Examples

Download Video

Download Thumbnail

Download Spritesheet

Complete Download Workflow

The video must have a completed status before downloading. Attempting to download a pending or failed video will return an error.