API Reference

Upload Stream Assets

This call returns a list of pre-signed URLs for incoming video uploading files (stream asset).

1. Generate Pre-signed URL

The pre-signed URL is an URL that grants you a limited time of access to upload the object.
You can use the pre-signed URL multiple times, but the file will be replaced by the latest upload request.

You must start the action before the expiration date and time.

2. Use PUT method to upload file

After created the pre-signed URL, you can use PUT method to upload your file.
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.

Requires API Key as apikey request header or apikey URL query parameter.

Rate Limit: 30 requests/min

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