Skip to main content
GET
/
api
/
medias
/
:id
curl --request GET \
  --url https://app.qwoty.io/api/medias/media_123abc \
  --location
{
  "Location": "https://storage.qwoty.io/files/abc123..."
}

Path Parameters

id
string
required
The unique identifier of the media file

Response

This endpoint returns a redirect (302) to the actual media file URL. The file can be directly accessed or embedded.
curl --request GET \
  --url https://app.qwoty.io/api/medias/media_123abc \
  --location
{
  "Location": "https://storage.qwoty.io/files/abc123..."
}
The media URL is temporary and may expire. Always use the API endpoint to retrieve the current URL.