Finish a specific Upload

PUT /files/uploads/ID 

Authorization Header

Parameters 

Example

curl -X PUT -H "Authorization: Bearer um9VmyJKTPGFqpkL_THjGE5rkXqfURDYqQ8MTBVidG3PtwkfABIdx6s_z9WlFl4_j" -H "application/json" -d '{ \ 
 "upload": { \
     "nb_chunks": 1, \
  } \
}' "https://api.xvid.com/v1/files/uploads/5475f75ce4b084a392305dcb?human=true&show_null=true"


Valid Fields:

nb_chunks: Must be specified to indicate the total number of chunk files that were uploaded and to signal that the uploading process is now complete (so no further chunks will be uploaded anymore).