Get a download URL
Returns a presigned URL for downloading the recording. The URL is short lived, so request it immediately before use. If is_download_file_ready is false, the MP4 is out of date. Call POST /recordings/{id}/trigger-mp4 to regenerate it, then retry.
{your-subdomain} with your workspace’s subdomain. Learn how to find your subdomain in Workspace subdomain.
Headers
API key. Refer to Authentication for more information.
Must be application/json.
application/json Path Parameters
The recording's id (UUID) or its public_link_id (the short code in the watch URL). Both are accepted.
Query Parameters
Download format: mp4 or webm. Defaults to mp4.
mp4, webm Response
Download URL generated, or the MP4 is not ready yet.
Public link identifier of the recording.
Format the URL points at.
mp4, webm false when the MP4 is out of date. Call POST /recordings/{id}/trigger-mp4 to regenerate it, then retry.
Presigned download URL. Omitted entirely when is_download_file_ready is false.
Lifetime of the presigned URL, 600 seconds for mp4 and 60 for webm. Omitted entirely when is_download_file_ready is false.