Streams the WAV recording for the call ({id}.wav in storage). Response body is raw audio with Content-Disposition: attachment. Errors are JSON.
{id}.wav
Content-Disposition: attachment
cURL
curl --request GET \ --url https://api.vatel.ai/v1/calls/{id}/recording \ --header 'Authorization: Bearer <token>'
"<string>"
Send your organization API key as Authorization: Bearer <key>.
Authorization: Bearer <key>
Call id
WAV audio file
The response is of type file.
file