Get a temporary url to stream or download a call recording
This endpoint returns a temporary url (3 hours) to stream or download a call recording. To download the audio, you can add the download
query parameter at the end of the url.
Path Parameters
id string required
The ID of the call recording to retrieve
Query Parameters
language string
The language to retrieve content in. Defaults to the user's language.
Responses
- 200
- 401
- 404
- 500
Audio stream of the call recording
application/json
Schema
Example (from schema)
Schema
data object
url uri
{
"data": {
"url": "https://api.rinkel.com/audio/call-recording/64a7e60337ee34ea78e5325c?token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjY0YTdlNzBmNz"
}
}
Unauthorized
The call recording was not found
Internal Server Error
Loading...