Skip to main content
POST
Start a multipart upload

Authorizations

Authorization
string
header
required

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

Path Parameters

workspaceId
string
required

Body

application/json
fileName
string
required

Name of the file being uploaded.

path
string
required

Destination path in the workspace.

fileSize
integer
required

Total size in bytes.

contentType
string

MIME type of the finished file.

Response

Successful response

The response is of type object.