Complete upload
PUT/uploads/:uploadId/complete
Marks an upload as completed. A new Media
asset is created, and the transcoding and metadata extraction processes 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 a 409 Conflict.
Request
Responses
- 200
- 401
- 403
- 404
- 409
Successful response.
Unauthorized access.
Access forbidden.
Given resource was not found.
Conflict.