Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To upload a video via the REST API, follow the steps listed below. While the first two steps are executed through the API, the upload is done via a separate file handler URLasset-management endpoint.

  1. Create a video entity (with a filename) in a specified VideoManager

  2. Get the upload URL from the file handlerasset-management endpoint

  3. Upload a video

The following chapters describe how to perform each step using cURL to demonstrate usage in the examples.

...