Skip to main content
POST
Complete multipart upload

Authorizations

Authorization
string
header
required

API key as Authorization: Bearer sk-social-...

Body

application/json
clipId
string
required

Clip ID from the init step.

uploadId
string
required

Upload ID from the init step.

parts
object[]
required

Array of completed parts with their ETags.

Response

Multipart upload completed.

Standard success response envelope.

success
boolean
Example:

true

data
object