Update video information

PUT

Use this method to update the metadata of a video such as file name.

Path parameters

index-idstringRequired

The unique identifier of the index to which the video has been uploaded.

video-idstringRequired

The unique identifier of the video to update.

Request

This endpoint expects an object.
user_metadatamap from strings to anyOptional

Metadata that helps you categorize your videos. You can specify a list of keys and values. Keys must be of type string, and values can be of the following types: string, integer, float or boolean.

Notes
  • If you want to store other types of data such as objects or arrays, you must convert your data into string values.
  • You cannot override any of the predefined metadata (example: duration, width, length, etc) associated with a video.

Errors

Built with