API DocumentationfileVersion: v2fileGetting a link for uploading files 📄️getFileUploadUrlGet 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'📄️getFileDownloadUrlGet a download link for a file
📄️getFileUploadUrlGet 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'