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.

Changes

No recorded changes to this endpoint across all 1 revision of this API.