Skip to main content

Get a File

GET 

/api/v1/files/:file_id

Download a file by UUID as binary data with the correct content type and filename headers.

tip

Stream large files instead of buffering them fully in memory.

Request

Responses

File download successful

Response Headers
    Content-Disposition

    Attachment with original filename

    Content-Type

    MIME type of the file