Skip to main content
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

projectId
string
required
The unique identifier of the project.
videoId
string
required
The unique identifier of the video.

Response

The response is a JSON array of file objects. Each object has the following fields:
presignedUrl
string
Temporary presigned URL to download the file directly from storage. Valid for 24 hours (see expiresAt).
filename
string
Name of the file, including its extension (e.g. original.mp4, asr_aligned.vtt).
modifiedAt
string
ISO timestamp of when the file was last modified.
expiresAt
string
ISO timestamp of when presignedUrl expires.