Get audio download URL
Generate pre-signed S3 URL for audio download
Authorization
ApiKeyAuth Path Parameters
id*string
Recording ID
Query Parameters
expires_in?integer
URL expiration in seconds
Range
60 <= value <= 86400Response Body
application/json
application/json
curl -X GET "https://loading/api/v1/public/recordings/string/audio-url"{
"data": null,
"error": "string",
"pagination": {
"has_more": true,
"limit": 0,
"page": 0,
"total": 0,
"total_pages": 0
},
"success": true
}{
"data": null,
"error": "string",
"pagination": {
"has_more": true,
"limit": 0,
"page": 0,
"total": 0,
"total_pages": 0
},
"success": true
}