Generate a presigned download URL for an audio file.
By default returns a URL for the original uploaded file. Set normalized=true to get the normalized version (if processing is complete).
cURL
curl --request GET \ --url https://api.example.com/api/v1/datasets/{dataset_id}/audio/{audio_id}/download-url \ --header 'X-API-Key: <api-key>'
{ "download_url": "<string>", "filename": "<string>", "expires_in": 123 }
Download normalized version if available
Successful Response
Response schema for download URL generation.