Skip to main content
POST
Initiate multipart upload

Authorizations

Authorization
string
header
required

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

Body

application/json
fileName
string
required

Original filename of the video.

Example:

"my-podcast.mp4"

fileSize
number
required

File size in bytes.

Example:

524288000

mimeType
string
required

MIME type of the video (e.g., video/mp4).

Example:

"video/mp4"

brandSlug
string
required

Slug of the brand this clip belongs to.

Example:

"acme-corp"

Response

Multipart upload initiated.

success
boolean
Example:

true

data
object