Upload Video
Upload a new video for search and Q&A
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
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 (required for file uploads)
video_absolute_start_timestamp
Absolute start timestamp of the video in ISO 8601 format
index
Whether to index the video for search and Q&A
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)