Get Call Recording

Returns the audio file (WAV format) for a completed call. This is a public endpoint -- no authentication is required. The call ID acts as the access token. The `recordingUrl` field in the call response already contains this URL when recording is enabled. Recording must be enabled on your account via `POST /credits/recording/enable` ($5/mo add-on). Returns `404` if the call doesn't exist or has no recording. **Response:** Binary audio file (`audio/wav`), auto-downloads with filename `recording-{call_id}.wav`. **Notes:** - Recording is available shortly after a call completes - Check `recordingAvailable: true` in the call response before fetching - The URL can be shared or embedded directly since it requires no authentication

Path parameters

call_idstringRequired

Response

Successful Response

Errors

422
Unprocessable Entity Error