Uploads
Get Download URL
Generate a pre-signed URL to download a media file from S3
POST
Generate a pre-signed S3 URL for downloading a media file associated with a recording. Pass the
media_id to specify which file to download.
Authentication
Requires an API key withrecordings:read scope.
Path Parameters
The recording’s unique identifier (e.g.,
rec_abc123).Request Body
The media item to download (e.g.,
med_001). Get available media IDs from the recording’s media array.Response
Returns a pre-signed S3 download URL along with file metadata and an expiration timestamp.Response Fields
Using the Download URL
The pre-signed URL can be used directly:cURL
Browser
Python
The download URL expires after 1 hour. If expired, request a new URL. The media must be in
uploaded status.
