# Public Endpoints
The public endpoints allow direct access to read, download or stream public files. All private files and folders are accessible under the protected endpoints.
# Get File
Public File
Method: GET
Endpoint: /media-library/f/{file-id}
Response
Protected (Secured) File
Method: GET
Endpoint: /media-library/f/{file-id}/s
Response
# Download File
Download Public File
Method: GET
Endpoint: /media-library/f/{file-id}/download
Response
Download Protected (Secured) File
Method: GET
Endpoint: /media-library/f/{file-id}/download/s
Response
# Stream File
Stream Public File
Method: GET
Endpoint: /media-library/f/{file-id}/stream
Response
Stream Protected (Secured) File
Method: GET
Endpoint: /media-library/f/{file-id}/stream/s