Vaults
Generate presigned URL for object operations
Generate presigned URLs for direct S3 operations (GET, PUT, DELETE, HEAD) on vault objects. This allows secure, time-limited access to files without proxying through the API. Essential for large document uploads/downloads in legal workflows.
post/vault/{id}/objects/{objectId}/presigned-url
Path parameters
idstring required
The unique identifier of the vault
objectIdstring required
The unique identifier of the object
Request body
Response
Presigned URL generated successfully