Create presigned download URL
Create a scoped presigned URL for downloading a file.
POST
Requires API-key scope
Returns
files.download.
Body
| Field | Type | Required |
|---|---|---|
key | string | Yes |
expiresInSeconds | number | No; between 60 and 3600 |
400 when key is empty or the expiration is invalid, and 403 when the file does
not belong to the API key’s tenant.