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
- 200
- 403
- 429
Information for uploading the file
Authentication or authorization error
Rate limit exceeded