Update video information

PUT

Use this method to update the title and the metadata of a video.

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.
video_titlestringOptional

Specifies the new title of the video.

metadatamap from strings to anyOptional

An object for storing custom metadata to help you categorize and organize your videos. You can specify key-value pairs where:

  • Keys must be strings
  • Values can be one of the following types:
    • string
    • integer
    • float
    • 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 predefined metadata (example: duration, width, length, etc) associated with a video.
  • The metadata you set in this field is returned in the user_metadata field when you call the GET method.

Errors

Built with