Update video information

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

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

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

string
required

The unique identifier of the video to update.

Body Params

Request to update the metadata of a video.

user_metadata
object

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.
Headers
string
required

Your API key.

NOTE: You can find your API key on the API Key page.

Responses
204

If successful, this method returns a 204 No Content response code. It does not return anything in the response body.

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json