Skip to main content
POST
Initiate multipart upload

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

path
string
required

File path

Body

application/json

Optional permissions

permissions
string
Example:

"0644"

Response

Upload session created

path
string
Example:

"/tmp/largefile.dat"

uploadId
string
Example:

"550e8400-e29b-41d4-a716-446655440000"

Last modified on June 16, 2026