Create a signed URL to upload a file
post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdstringRequiredPattern:
A unique entity identifier
^[a-zA-Z0-9_-]+$Body
kindstring · enumRequiredPossible values:
Responses
201
Successfully generated signed URL for file upload
application/json
objectstring · enumRequiredPossible values:
The kind of file to upload
urlstring · uri · max: 2048Required
Presigned URL for uploading the file
keystringRequired
The bucket object key for the file
400
Bad Request
application/json
post/orgs/{organizationId}/storage/upload
Last updated
Was this helpful?