This method is used for submitting the upload, which enabled the processing server to start processing the file
URL : /dmm3bwsv3/UploadService.js
Method : POST
...
Name | Example | Description |
---|---|---|
method | UploadAsset | Fixed parameter that identifies the endpoint method. |
accessKey | eb774621-1c2f-467b-b006-a8efa67094a7 | AccesKey for API |
digiuploadId | 1234 | Id of the upload, returned from InitiateUpload |
itemId | 1234 | itemid of the upload, returned from InitiateUpload |
...
Name | Example | Description |
---|---|---|
folderid | 40 | Parameter used to identify what folder the uploaded asset should go to. It defaults to one |
cUrl data example
Info | ||
---|---|---|
| ||
--data "method=UploadAsset&itemId=9512&digiuploadId=4&accesskey=eb774621-1c2f-467b-b006-a8efa67094a7" |
Success Response
Code : 200 OK
...