Authorization
Bearer token for authentication. Format: Bearer qwoty_your_token
Path Parameters
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://qwoty.app/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.