Skip to main content
GET
/
public
/
v1
/
conversations
/
{conversationId}
/
audio
Get call recording
curl --request GET \
  --url https://api.callin.io/api/public/v1/conversations/{conversationId}/audio \
  --header 'x-api-key: <api-key>'
"<string>"

Authorizations

x-api-key
string
header
required

Send your Callin API key in the x-api-key header.

Path Parameters

conversationId
string
required

The unique identifier of the conversation.

Response

Audio file stream for the call recording.

The response is of type file.