Get a temporary url to stream or download a recording
This endpoint returns a temporary url (3 hours) to stream or download a 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 recording to retrieve
Query Parameters
language string
The language to retrieve content in. Defaults to the user's language.
Responses
- 200
- 400
- 401
- 404
- 500
Url to play the recording
application/json
Schema
Example (from schema)
Schema
data object
url uri
{
"data": {
"url": "https://api.rinkel.com/audio/recording/64a7e60337ee34ea78e5325c?token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjY0YTdlNzBmNz"
}
}
Bad request
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
errors object[]
code string
Human readable error code
message string
Human readable error message
detail string
Human readable error detail
{
"errors": [
{
"code": "ERROR_CODE",
"message": "An error occurred while calling the endpoint",
"detail": "View more info at developers.rinkel.com"
}
]
}
Unauthorized
The recording was not found
Internal Server Error
Loading...