Skip to main content
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>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

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>
default:ENHANCED

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

Available options:
ENHANCED,
PRE
Examples:

"ENHANCED"

"PRE"

Response

Media file retrieved successfully.