Complete Upload

This section allows you to complete the multi-part upload and start processing

Complete Video Upload

patch

Send metadata of the multi-part uploads to complete the upload and begin processing the video.

Optionally include the MD5 hash of the source video file to validate successful upload before processing.

Request body

Property

Type

Description

uploadResults

Array

An array of part number and ETag pairs of the uploaded parts. ETags are returned by S3 upon upload of the part.

uploadResults.*.partNum

Integer

Part number of the uploaded part, starting from 1

uploadResults.*.eTag

String

eTag value returned by S3 upon upload of the part

Authorizations
X-API-KeystringRequired
Path parameters
requestIdstring · uuidRequiredExample: c1f96dc2-c448-00e6-82ed-14ecb6403c62
Body
md5HashstringOptional

MD5 hash of the source video file in hex

Example: 4d186321c1a7f0f354b297e8914ab240
Responses
patch
/video/{requestId}/complete-upload/

Last updated