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.
Path parameters
media_uuidstringrequiredError responses
422Validation Error —HTTPValidationError
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}