Upload Video
Upload a new video for search and Q&A
Authentication
X-Api-Keystring
API Key authentication via header
Request
This endpoint expects a multipart form containing an optional file.
file
Video file to upload (mutually exclusive with video_url)
video_url
URL of the video to upload (mutually exclusive with file)
video_name
Name of the video
video_start_absolute_timestamp
Absolute start timestamp of the video in ISO 8601 format
index
Whether to index the video for search and Q&A
enable_thumbnails
Whether to generate thumbnails for video chunks (increases indexing time but allows quick thumbnail loading at search time)
Response
OK
video_id
Unique identifier for the uploaded video
status
Status of the upload
video_s3_url
S3 URL of the uploaded video (null for background processing)