v1
latestOpenAPI 3.0.42026-07-26263457588.1 KBManage Files
Upload File
Upload a file to a storage zone based on the URL path. If the directory tree does not exist, it will be created automatically. The file content should be sent as the body of the request without any type of encoding.
put/{storageZoneName}/{path}/{fileName}
Path parameters
storageZoneNamestring required
he name of your storage zone where you are connecting to.
pathstring required
The directory path to where your file will be stored. If this is the root of your storage zone, you can ignore this parameter.
fileNamestring required
The name that the file will be uploaded as.
Headers
Checksumstring
The SHA256 checksum of the uploaded content in HEX format (UPPERCASE). The server will compare the final SHA256 to the checksum and reject the request in case the checksums do not match.
AccessKeystring required
The API AccessKey used for authentication.
Response
The file upload was successful.