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_id
Request
This endpoint expects an object.
title
Updated title for the video. Pass null to leave the current title unchanged.
description
Updated description for the video. Pass null to leave the current description unchanged.
Response
Successful Response
video_id
Unique identifier for the video
url
Presigned S3 URL to access the video
status
Upload status of the video
Allowed values:
metadata
Metadata for a video
features
Per-feature indexing statuses from the video_features table
group_id
Group ID if video belongs to a group
error
Error message if upload/download failed