This service provides secure file storage for forensic engineering reports and related media. All endpoints require JWT authentication (except public file downloads).
Upload a file to the storage service.
Upload a chunk of a larger file.
Complete a chunked upload by combining all chunks.
Download a file from storage.
List files in storage.
Delete a file from storage.
Update file metadata.
All API requests must include a valid JWT token in the Authorization header:
Authorization: Bearer <your_jwt_token>