Get call recording
Calls
Get Call Recording
Redirects (302) to the audio file for the call’s recording. No Authorization header required — the sig query parameter (included in the recording_url from GET /calls responses) serves as authentication. Open directly in a browser, use as an <audio> src, or fetch with redirect-following enabled.
GET
Get call recording
The
recording_url field returned by List Calls and Get Call is a permanent, pre-signed URL. No Authorization header is required.
When you open this URL in a browser or fetch it programmatically, it redirects (302) directly to the audio file. You can use it as:
- A direct download link (e.g.
<a href="...">Download</a>) - An audio source (e.g.
<audio src="...">) - A
curlorwgettarget (with-Lto follow redirects)
recording_url again — a new redirect will be issued.
The ?sig= query parameter in the URL is a cryptographic signature that verifies the request was issued by the Yappr API. Do not modify or construct these URLs manually.Authorizations
Your Yappr API key (e.g. ypr_live_...). Generate one in the dashboard under Settings → API Keys.
Path Parameters
Query Parameters
HMAC signature included in the recording_url from call responses. Do not construct this manually.
Response
Redirects to the audio file