Upload Object
Core CDN
Upload Object
Upload one or more files directly.
POST
Upload Object
Upload one or more files to a specific bucket and optional path.
As stated before and following our recent API update, uploading files is now exclusively supported via multipart/form-data.Old methods such as binary or base64 are now deprecated and removed from the API.
Authentication
Requires an API Key viaAuthorization, X-API-Key, or apiKey query parameter.
Headers
multipart/form-dataQuery Parameters
If
false, handle duplicates with Windows-style (1) suffix.If
true, randomizes the filename with a UUID.Form Data
One or more files to upload.
Response
Examples
Standard Upload
Batch Upload
