API REFERENCE

Files API

Download stored files by ID. This is the companion to the Documents API for fetching the underlying file bytes.

Download a file

GET /files/{fileId}/download streams the stored file back as an attachment. Resolve the file ID from the related document or asset record first.

Endpoints

Every endpoint links through to its full parameters, request and response schemas, and code samples.

GET/api/files/{fileId}/downloadAlgaPSADownload file by ID