v1

latestOpenAPI 3.1.02026-07-2416666272.6 KB
Shorts

Initiate Multipart Upload

Initiates a multipart upload session for large video files. After initiating, use /upload-multipart/parts to get presigned URLs for each part, then /upload-multipart/complete to finalize.

post/upload-multipart/init

Request body

filenamestring required

Original filename of the video (e.g. large-video.mp4).

content_typestring required

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

Response

200

successboolean
upload_idstring

Multipart upload ID. Use this in subsequent multipart requests.

s3_keystring

S3 key for the file. Use this in subsequent multipart requests.

expires_innumber

Expiration time in seconds.