Skip to main content
POST
Complete multipart upload

Authorizations

Authorization
string
header
required

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

Path Parameters

uploadId
string
required

Upload ID

Body

application/json

List of parts

parts
object[]

Response

Upload completed

message
string
required
Example:

"File created successfully"

path
string
Example:

"/path/to/file"

Last modified on June 16, 2026