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

Changes

Changed in 4 of the 28 revisions of this API.16

    • the endpoint scheme security bearerAuth AND cookieAuth was removed from the API

      api-security-removed

    • removed the non-success response with the status 401

      response-non-success-status-removed

    • removed the non-success response with the status 403

      response-non-success-status-removed

    • the endpoint scheme security bearerAuth AND cookieAuth was added to the API

      api-security-added

    • the endpoint scheme security cookieAuth was removed from the API

      api-security-removed

    • endpoint added

      endpoint-added

    • api path removed without deprecation

      api-path-removed-without-deprecation

    This revision also has 29 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog