cURL
curl --request GET \ --url https://api.timeless.day/v1/meetings/{meeting_id}/recording \ --header 'Authorization: Bearer <token>'
{ "meeting_id": "mtg_abc123", "recording_url": "https://storage.example.com/recordings/abc123?token=..." }
Returns a temporary URL to download the recording for a meeting. The URL is short-lived and should be used promptly.
API token from your Timeless dashboard.
The meeting ID (e.g., mtg_abc123).
mtg_abc123
The recording URL.
The meeting ID.
"mtg_abc123"
A temporary, signed URL to download the recording. null if no recording is available.
null