TelefonAIv1
Calls

The audio itself, as WAV

The audio itself, as WAV. Requires recordings:read, not calls:read: a summary is the clinic's notes about a conversation, while the recording IS the conversation. The audio is streamed through us — no shareable URL is handed out. If there is no recording, or it has been cleaned up, the answer is 404. Every fetch is written to the access log.

GET/v1/calls/{id}/recording

Authentication

Authorizationstringheaderrequired

Your API key as a Bearer token.

Parameters

idstringpathrequired

The id of the resource.

Request

curl --request GET \
  --url "https://api.telefonai.dk/v1/calls/<id>/recording" \
  --header "Authorization: Bearer $API_NOEGLE"

Response

application/json

Success.

object

401Missing key
{
  "error": {
    "code": "unauthorized",
    "message": "Missing or invalid API key."
  }
}
The audio itself, as WAV — TelefonAI