| GET | /admin/storage/buckets | Admin List Buckets | detail → |
| POST | /admin/storage/buckets | Admin Create Bucket | detail → |
| DELETE | /admin/storage/buckets/{name} | Admin Delete Bucket | detail → |
| GET | /admin/storage/buckets/{name} | Admin Get Bucket Details | detail → |
| PUT | /admin/storage/buckets/{name} | Admin Update Bucket | detail → |
| POST | /admin/storage/clean-stale-uploads | Admin Clean Expired Pending Uploads | detail → |
| GET | /admin/storage/data-retention-policy | Admin Get Data Retention Policy | detail → |
| POST | /admin/storage/data-retention-policy | Admin Configure Data Retention Policy | detail → |
| GET | /admin/storage/encryption-status | Admin Query Storage Encryption Status | detail → |
| GET | /admin/storage/quota | Admin Get Storage Quota | detail → |
| PUT | /admin/storage/quota | Admin Update Storage Quota | detail → |
| GET | /admin/storage/stats | Admin Storage Statistics | detail → |
| GET | /files | List Files | detail → |
| POST | /files | Upload File | detail → |
| POST | /files/batch-download | Batch Download (ZIP) | detail → |
| POST | /files/bulk-deletions | Batch Delete (Legacy) | detail → |
| POST | /files/bulk-uploads | Batch Upload Preparation | detail → |
| POST | /files/multipart/init | Initiate Multipart Upload | detail → |
| DELETE | /files/multipart/{file_id} | Abort Multipart Upload | detail → |
| POST | /files/multipart/{file_id}/complete | Complete Multipart Upload | detail → |
| GET | /files/shared/{token} | Download via Share Link | detail → |
| POST | /files/upload-url | Get Upload Presigned URL | detail → |
| DELETE | /files/{file_id} | Delete File | detail → |
| PATCH | /files/{file_id} | Update File | detail → |
| POST | /files/{file_id}/copy | Copy File | detail → |
| GET | /files/{file_id}/download | Download File | detail → |
| GET | /files/{file_id}/metadata | Get File Metadata | detail → |
| POST | /files/{file_id}/move | Move File | detail → |
| GET | /files/{file_id}/presigned-url | Generate Presigned URL | detail → |
| GET | /files/{file_id}/preview | File Preview | detail → |
| DELETE | /files/{file_id}/share | Cancel Share Link | detail → |
| GET | /files/{file_id}/share | View Share Details | detail → |
| POST | /files/{file_id}/share | Create Share Link | detail → |
| GET | /files/{file_id}/thumbnail | Generate Thumbnail | detail → |
| POST | /files/{file_id}/upload-complete | Upload Completion Confirmation | detail → |
| GET | /files/{file_id}/versions | Get File Version List | detail → |
| POST | /files/{file_id}/versions/{version_id}/restore | Restore File Version | detail → |
| PATCH | /files/{file_id}/visibility | Update File Visibility | detail → |
| POST | /files/{file_id}/watermark | Add Watermark | detail → |
| POST | /folders | Create Folder | detail → |
| GET | /folders/{folder_id}/contents | Get Folder Contents | detail → |
| GET | /shares | List shares | detail → |
| POST | /storage/batch-delete | Batch delete files/folders | detail → |
| POST | /storage/batch-move | Batch move files/folders | detail → |
| POST | /storage/folders | Storage API Create folder | detail → |
| DELETE | /storage/folders/{folder_id} | Delete folder | detail → |
| GET | /storage/folders/{folder_id} | Get folder content | detail → |
| PATCH | /storage/folders/{folder_id} | Update folder | detail → |
| GET | /storage/quota | Get storage quota | detail → |
| DELETE | /storage/trash | Empty recycle bin | detail → |
| GET | /storage/trash | Get recycle bin list | detail → |
| DELETE | /storage/trash/{trash_id} | Permanent delete from recycle bin | detail → |
| POST | /storage/trash/{trash_id}/restore | Restore file from recycle bin | detail → |
| GET | /storage/trends | Storage usage trend | detail → |