Skip to main content
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 via Authorization, X-API-Key, or apiKey query parameter.

Headers

string
default:"multipart/form-data"
required
multipart/form-data

Query Parameters

boolean
default:"false"
If false, handle duplicates with Windows-style (1) suffix.
boolean
default:"false"
If true, randomizes the filename with a UUID.

Form Data

file[]
required
One or more files to upload.

Response

Examples

Standard Upload
Batch Upload