Complete an upload
PUT/uploads/:uploadId/complete
Marks an upload as completed. A new Media
asset will be created and the transcoding and metadata extraction are scheduled. If no channelId
is provided, the Media
asset is assigned to the default Channel
. If duplicate check is enabled and a duplicate file (based on the file-hash) was uploaded, it will return 409 Conflict
Request
Responses
- 200
- 401
- 403
- 404
- 409
Successful response.
Unauthorized access.
Access forbidden.
Given resource was not found.
Conflict.