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.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

Steam Asset Id.

Body Params

Generate a new presigned URL for updating stream asset video.

video
object

For uploading a file.

Response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json