Skip to main content
GET
Generate a pre-signed S3 URL for downloading a recording’s uploaded audio.

Authentication

Requires an API key with recordings:read scope.

Path Parameters

string
required
The recording’s unique identifier.

Query Parameters

string
Optional export format. Supported values are opus, wav, mp3, m4a, and flac.
boolean
When true, return the enhanced audio version if available. If format is supplied, this defaults to true; otherwise it defaults to false.

Response

Returns a pre-signed S3 download URL and its lifetime in seconds.

Response Fields

The pre-signed URL can be used directly with a plain GET request. If it expires, request a new URL.