Skip to main content

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.

Use this endpoint when a client needs to stream a recording with bearer-token authentication instead of loading a raw storage URL directly.
GET /api/v1/calls/{call_id}/recording/{recording_id}/play
Authorization: Bearer YOUR_TOKEN

Path Parameters

ParameterTypeDescription
call_idintegerBurki call ID
recording_idintegerRecording ID linked to the call

Response

Returns audio bytes with the appropriate content type:
  • audio/mpeg for MP3 recordings
  • audio/wav for WAV recordings

Error Responses

StatusCause
202Recording is still processing
404Call, recording, or S3 recording file not found
500Error downloading the recording file
Recordings are only available when the call belongs to an assistant in the authenticated user’s organization.