API Reference

Update Video of Stream Asset

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.

Language
Authorization
Header
Click Try It! to start a request and see the response here!