Initiate file upload and get a pre-signed URL
PUT/org/:organization/uploads/:connectorId/files
The first step of a two-step file upload process. This endpoint returns a pre-signed URL that can be used to upload the file content in the second step. After receiving the response, upload the file content to the returned uploadUrl
using an HTTP PUT request with the appropriate Content-Type header.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
File ready to be uploaded
Invalid request
Unauthorized
Forbidden
Not found
Internal server error