Serve a media file
/api/v1/media/{media_uuid}/filemedia:reador user sessionStreams the media file's bytes after enforcing access (folder-aware). The storage path is never exposed to the client. Supports Range requests. Pass `download=true` to force a save-as instead of inline rendering.
Path parameters
media_uuidstringrequiredQuery parameters
downloadbooleanError responses
422Validation Error —HTTPValidationError
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}