Skip to main content

Get file metadata headers

HEAD 

/file/:id

File Metadata Headers

Retrieve file metadata headers without downloading the file content. Returns the same headers as GET but with no response body, useful for checking file availability, size, type, and caching information.

Request

Responses

File metadata headers

Response Headers
    Accept-Ranges

    Indicates that the server supports range requests for this file

    Content-Length

    The size of the file content in bytes

    Content-Type

    The MIME type of the file

    Last-Modified

    The date and time the file was last modified

    ETag

    Entity tag for cache validation