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.
TheDocumentation Index
Fetch the complete documentation index at: https://docs.goyappr.com/llms.txt
Use this file to discover all available pages before exploring further.
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 href="...">Download</a>)<audio src="...">)curl or wget target (with -L to 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.Your Yappr API key (e.g. ypr_live_...). Generate one in the dashboard under Settings → API Keys.
HMAC signature included in the recording_url from call responses. Do not construct this manually.
Redirects to the audio file