Document Storage API

Secure document storage with folder-based organization.

Endpoints

GET /api/documents
List available folders
GET /api/documents/<folder>
List files in folder
GET /api/download?folder=<name>&file=<name>
Download a document
Example:
GET /api/download?folder=public&file=readme.txt