Update Video Metadata
Update a video’s metadata (name/title/description) and optionally move group.
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.
name
Updated display name for the video. This is the name shown in listings and search results. Pass null to leave unchanged.
title
Updated title for the video. Pass null to leave unchanged.
description
Updated description for the video. Pass null to leave unchanged.
group_id
Move the video to this group. Pass null to leave unchanged. The group must exist and belong to the authenticated user.
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