Files
Serve file content without authentication
This endpoint is designed to be used to get file content without authentication. It returns the file content with proper cache headers for public access. The file content is streamed directly from S3 to minimize memory usage for large files.
Errors
Returns an error if file not found or S3 operations fail.
get/api/cdn/files/{file_id}
Path parameters
file_idstring uuid required
UUID of the file to stream via CDN
Response
Streaming file content with CDN-optimized headers