Skip to main content
Version: v2

getFileUploadUrl

POST 

/public/v2/getFileUploadUrl

Get an upload URL for a file. The response contains a URL to which the file is sent via an HTTP PUT request. Example of sending the request via cURL: curl -X PUT -T "/path/to/file" "URL_FROM_RESPONSE"

Request

Responses

Information for uploading the file