Skip to main content
GET
/
sites
/
{siteId}
/
media
/
{mediaId}
Download a media file
curl --request GET \
  --url https://api.altostrat.io/sites/{siteId}/media/{mediaId} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

A bearer token is required for all API requests.

Path Parameters

siteId
string
required

The unique identifier for the site.

mediaId
string
required

The unique identifier (key) for the media file.

Response

The binary content of the media file.

The response is of type file.