Upload Video

Upload a new video for search and Q&A

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects a multipart form containing an optional file.
filefileOptional

Video file to upload (mutually exclusive with video_url)

video_urlstringOptionalformat: "uri"

URL of the video to upload (mutually exclusive with file)

video_namestringRequired

Name of the video (required for file uploads)

video_absolute_start_timestampstringOptionalformat: "date-time"
Absolute start timestamp of the video in ISO 8601 format
indexbooleanRequired

Whether to index the video for search and Q&A

Response

OK
video_idstring
Unique identifier for the uploaded video
statusstring
Status of the upload
video_s3_urlstring or null

S3 URL of the uploaded video (null for background processing)

Errors