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
- 200
- 401
- 403
- 404
- 429
- 500
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
Not authenticated
Access token does not have the required scope
Entity not found
Rate limit exceeded
Response Headers
X-RateLimit-Limit
Request limit per time window
X-RateLimit-Remaining
Requests remaining in current time window
X-RateLimit-Reset
Unix timestamp when the rate limit resets
Retry-After
Number of seconds to wait before retrying
Internal Server Error