patch https://api.topazlabs.com/video//complete-upload/
Send metadata of the multi-part uploads to complete the upload and begin processing the video.
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 |