Skip to main content

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

File ready to be uploaded