Update video information
Use this method to update the title and the metadata of a video.
Path parameters
index-id
The unique identifier of the index to which the video has been uploaded.
video-id
The unique identifier of the video to update.
Headers
x-api-key
Request
This endpoint expects an object.
video_title
Specifies the new title of the video.
metadata
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 theGET
method.