Skip to main content
GET
/
metadata
/
{siteId}
/
media
/
{mediaId}
Download a media file
curl --request GET \
  --url https://v1.api.altostrat.io/metadata/{siteId}/media/{mediaId} \
  --header 'Authorization: Bearer <token>'
"<string>"

Documentation Index

Fetch the complete documentation index at: https://altostrat.io/docs/llms.txt

Use this file to discover all available pages before exploring further.

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.