Project Videos
List Export Files
List the downloadable source files of a video with temporary download links
GET
This endpoint returns the downloadable source-level files of a video (original video, music &
effects, international mix, vocals, original script), each with a temporary presigned download
link.
Only files that are currently available are returned. Files that are still being produced are
omitted, so you can poll this endpoint until the file you need appears in the response.
Path Parameters
The unique identifier of the project.
The unique identifier of the video.
Response
The response is a JSON array of file objects. Each object has the following fields:Temporary presigned URL to download the file directly from storage. Valid for 24 hours (see
expiresAt).Name of the file, including its extension (e.g.
original.mp4, asr_aligned.vtt).ISO timestamp of when the file was last modified.
ISO timestamp of when
presignedUrl expires.