Get Download URL
Mints a short-lived signed read URL for a ready file. Fetch the bytes
with a plain GET of url — they come straight from cloud storage,
never through this API. The URL is signed with an
attachment; filename="<fileName>" content disposition and expires at
expiresAt (15 minutes); request a fresh one instead of caching it.
Replaces the removed GET /files/{fileId}/content byte stream.
Only ready files can be downloaded — a pending (never finalized)
upload is a 409.
Required permission: company.file:download
Authorizations
API key authentication. Send your raw API key as the Authorization header value with NO scheme prefix — Authorization: YOUR-API-KEY. Do NOT prefix it with Bearer or ApiKey, and do not use an X-API-Key header; those are not accepted.
Path Parameters
Company identifier
File identifier
Response
Signed download URL
