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

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

Response

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