v1

latestOpenAPI 3.1.02026-07-24145580597.0 KB
Attachments:v1:Files

Generate upload url

Generates a pre-signed URL that can be used to securely upload an attachment to the cloud. The pre-signed URL ensures temporary access for the upload (300 seconds), and it will be associated with a specific feature within the application.

post/attachments/v1/files/generate-upload-url

Request body

fileNamestring required

The name of the attachment you want to upload

fileTypeHintstring

The MIME type or format of the attachment (e.g. image/jpeg, application/pdf)

featureType'chat' | 'shiftscheduler' | 'users' | 'quicktasks' required

An enumeration.

Response

Successful Response

requestIdstring