API - Media - Get File Data
Get media file from system.
Request
Section titled “Request”GET /api/media/file/data?base={base}&path={path}&token={token}Base is the base directory to search from. Path is the relative path to the file from the base.
The available base directories are:
- documents
- downloads
- home
- music
- pictures
- videos
Response
Section titled “Response”This will be the binary version of the file you request, so an image will return the image etc.