English
cURL
curl --request GET \ --url https://api.callin.io/api/public/v1/conversations/{conversationId}/audio \ --header 'x-api-key: <api-key>'
"<string>"
Returns the audio recording for a conversation. Only available when call recording is enabled on the agent.
Send your Callin API key in the x-api-key header.
x-api-key
The unique identifier of the conversation.
Audio file stream for the call recording.
The response is of type file.
file
Was this page helpful?