Backlog Audio
Retrieve an audio
Event Types
Transcripts
Document Types
Backlog Audio
Live Transcripts
Cookies
Backlog Audio
Retrieve an audio
GET
/
public
/
v3
/
audio
/
{id}
Copy
curl --request GET \
--url https://api.quartr.com/public/v3/audio/{id} \
--header 'x-api-key: <api-key>'
Copy
{
"data": {
"companyId": 4742,
"eventId": 128301,
"fileUrl": "https://quartr.com/file.mp3",
"id": 123964,
"qna": 1510,
"streamUrl": "https://quartr.com/file.m3u8",
"audioMetadata": {
"size": "200.00 MB",
"duration": 19000.1,
"encoding": "7bit",
"mimetype": "audio/mpeg"
},
"updatedAt": "2024-10-08T09:00:00.000Z",
"createdAt": "2024-10-03T09:00:00.000Z"
}
}
Authorizations
Path Parameters
Response
200
application/json
Example:
4742
Example:
128301
Example:
123964
Example:
"2024-10-08T09:00:00.000Z"
Example:
"2024-10-03T09:00:00.000Z"
Example:
"https://quartr.com/file.mp3"
Example:
1510
Example:
"https://quartr.com/file.m3u8"
Was this page helpful?
Copy
curl --request GET \
--url https://api.quartr.com/public/v3/audio/{id} \
--header 'x-api-key: <api-key>'
Copy
{
"data": {
"companyId": 4742,
"eventId": 128301,
"fileUrl": "https://quartr.com/file.mp3",
"id": 123964,
"qna": 1510,
"streamUrl": "https://quartr.com/file.m3u8",
"audioMetadata": {
"size": "200.00 MB",
"duration": 19000.1,
"encoding": "7bit",
"mimetype": "audio/mpeg"
},
"updatedAt": "2024-10-08T09:00:00.000Z",
"createdAt": "2024-10-03T09:00:00.000Z"
}
}