GET
/
v2
/
medias
/
{media_uid}
/
file
Download media file
curl --request GET \
  --url https://api.ai-coustics.io/v2/medias/{media_uid}/file \
  --header 'X-API-Key: <api-key>'
"<any>"

Authorizations

X-API-Key
string
header
required

Path Parameters

media_uid
string
required

Identifier of the processed media file to be downloaded. Returned by the upload endpoint.

Query Parameters

step
enum<string>

The processing step of the media file to download. Defaults to 'ENHANCED'.

Available options:
ENHANCED,
PRE

Response

Media file retrieved successfully.

The response is of type any.