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
.
This method creates a video indexing task that uploads and indexes a video.
Upload options:
video_file
parameter.video_url
parameter.The videos you wish to upload must meet the following requirements:
https://example.com/videos/sample-video.mp4
). Video hosting platforms like YouTube and cloud storage sharing links are not supported.If both Marengo and Pegasus are enabled for your index, the most restrictive prerequisites will apply.
This endpoint is rate-limited. For details, see the Rate limits page.
This parameter indicates if the platform stores the video for streaming. When set to true
, the platform stores the video, and you can retrieve its URL by calling the GET
method of the /indexes/{index-id}/videos/{video-id}
endpoint. You can then use this URL to access the stream over the HLS protocol.