Update Video Metadata

Update a video’s metadata (title/description).

Authentication

X-Api-Keystring

API key authentication via X-Api-Key header

OR
AuthorizationBearer
Bearer token authentication via Authorization header

Path parameters

video_idstringRequired

Request

This endpoint expects an object.
titlestring or nullOptional
Updated title for the video. Pass null to leave the current title unchanged.
descriptionstring or nullOptional
Updated description for the video. Pass null to leave the current description unchanged.

Response

Successful Response
video_idstring
Unique identifier for the video
urlstring or null
Presigned S3 URL to access the video
statusenum or null
Upload status of the video
Allowed values:
metadataobject or null
Metadata for a video
featuresmap from strings to enums or null

Per-feature indexing statuses from the video_features table

group_idstring or null
Group ID if video belongs to a group
errorstring or null

Error message if upload/download failed