Skip to main content
GET
/
media
/
{file_id}
Download Media
curl --request GET \
  --url https://api.example.com/media/{file_id} \
  --header 'X-API-Key: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Authorizations

X-API-Key
string
header
required

Path Parameters

file_id
string
required

Response

Successful Response