v1

latestOpenAPI 3.1.0MIT2026-07-173438118.7 KB
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