Use this endpoint when a client needs to stream a recording with bearer-token authentication instead of loading a raw storage URL directly.Documentation Index
Fetch the complete documentation index at: https://docs.burki.dev/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
| Parameter | Type | Description |
|---|---|---|
call_id | integer | Burki call ID |
recording_id | integer | Recording ID linked to the call |
Response
Returns audio bytes with the appropriate content type:audio/mpegfor MP3 recordingsaudio/wavfor WAV recordings
Error Responses
| Status | Cause |
|---|---|
202 | Recording is still processing |
404 | Call, recording, or S3 recording file not found |
500 | Error downloading the recording file |