latestOpenAPI 3.1.12026-08-22330162.7 KB

35448566f143

Exports

Get MP4 download URL

Returns a temporary signed URL to download the rendered MP4 file for a video. Automatically finds the latest completed export for the given video.

URL expires in 2 minutes. Start your download immediately after receiving the URL.

You can pass either a videoId (recommended, finds the latest export automatically) or an exportId (if you need a specific export).

get/exports/download

Query parameters

videoIdstring uuid

The video ID. Finds the latest completed export for this video.

exportIdstring uuid

A specific export ID, returned from POST /exports. Usually not needed since videoId automatically finds the latest export.

Response

OK

urlstring uri required

Temporary signed download URL. Expires in 2 minutes.

videoIdstring uuid required

The video this download is for.