Skip to main content
POST
/
libraries
/
{libraryId}
/
uploads
/
s3
/
multipart
/
{uploadId}
/
complete
Complete Multipart Upload
curl --request POST \
  --url https://api.tenbyte.io/v1/stream/libraries/{libraryId}/uploads/s3/multipart/{uploadId}/complete \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

libraryId
string
required

Unique identifier of the library.

uploadId
string
required

Unique identifier of the upload of the multipart upload.

Response

The response is of type object.