post https://openapi2.mlytics.com/api/v2/vod-transcoder/vod/asset//presigned_url/
This call returns a new pre-signed URL for updating video of a stream asset.
Use PUT method to upload file with new pre-signed URL
After created the pre-signed URL, you can use PUT method to upload your file
to overwrite the original video.
Check the following curl
example.
curl -i \
--url 'replace_with_your_presigned_url' \
-T 'your_file_path'
Learn more about how to upload asset programmatically.
Learn more about stream assets.