# File Management

## Download file by ID

 - [POST /api/v1/general/files/{fileIdentifier}/download](https://zonedevelopersdocumentationv1.redocly.app/apis/file-management/paths/~1api~1v1~1general~1files~1%7Bfileidentifier%7D~1download/post.md): This endpoint streams the requested file as an attachment for download.

Behavior:

- Validates file access against the current account and user
- Determines the appropriate MIME type automatically
- Sets content headers to force file download
- Captures download metadata for auditing purposes

