curl --request GET \
--url https://qwoty.app/api/medias/media_123abc \
--location
{
"Location": "https://storage.qwoty.io/files/abc123..."
}
Retrieve a media file by ID
curl --request GET \
--url https://qwoty.app/api/medias/media_123abc \
--location
{
"Location": "https://storage.qwoty.io/files/abc123..."
}
Documentation Index
Fetch the complete documentation index at: https://docs.qwoty.io/llms.txt
Use this file to discover all available pages before exploring further.
Bearer qwoty_your_tokencurl --request GET \
--url https://qwoty.app/api/medias/media_123abc \
--location
{
"Location": "https://storage.qwoty.io/files/abc123..."
}
Was this page helpful?