v1

latestOpenAPI 3.0.12026-07-2665150231.1 KB
Recording

Get Call Recording

Retrieves the audio recording for a specific call. If the client has public recordings enabled, the endpoint can be accessed anonymously; otherwise, a valid Authorization header matching the client is required. Recordings hosted on Twilio are returned as a permanent redirect, while recordings stored internally are converted from WAV to Opus (audio/ogg) and streamed back with range processing enabled for browser seeking.

get/v2/Recording/{clientId}/{pearlId}/{callId}

Path parameters

clientIdstring required
pearlIdstring required
callIdstring required

Response

The audio recording in Opus format (audio/ogg).

string binary required