v1

latestOpenAPI 3.0.42026-07-26263457588.1 KB
Manage Files

Download File

Returns the stored file at the given path. If the file does not exist, a 404 response will be returned.

get/{storageZoneName}/{path}/{fileName}

Path parameters

storageZoneNamestring required

The name of your storage zone where you are connecting to.

pathstring required

The directory path to your file. If this is the root of your storage zone, you can ignore this parameter.

fileNamestring required

The name of the file that you wish to download.

Headers

AccessKeystring required

The API AccessKey used for authentication.

Response

Returns the file stored at the given path.