v1

latestOpenAPI 3.1.02026-07-2416666272.6 KB
Shorts

Complete Multipart Upload

Completes a multipart upload by assembling all uploaded parts. Must be called after all parts have been successfully uploaded.

post/upload-multipart/complete

Request body

upload_idstring required

The multipart upload ID returned from /upload-multipart/init.

s3_keystring required

The S3 key returned from /upload-multipart/init.

Response

200

successboolean
s3_keystring

Confirmed S3 key of the uploaded file.