For the complete documentation index, see llms.txt. This page is also available as Markdown.

Create a signed URL to upload a file

Generate a pre-signed URL that can be used to upload a file to storage

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdstringRequired

A unique entity identifier

Pattern: ^[a-zA-Z0-9_-]+$
Body
kindstring · enumRequiredPossible values:
Responses
201

Successfully generated signed URL for file upload

application/json
objectstring · enumRequired

The kind of file to upload

Possible values:
urlstring · uri · max: 2048Required

Presigned URL for uploading the file

keystringRequired

The bucket object key for the file

post/orgs/{organizationId}/storage/upload

Last updated

Was this helpful?

Powered by GitBook