Skip to main content
POST
Upload to Index

POST /api/v1/search/indexes//upload

Upload video files to an existing search index. Files are processed, transcribed, and indexed for semantic search. Each video is automatically segmented into searchable clips.

Path Parameters

Body Parameters

Response

Example Request

Example Response

Notes

  • Processing time depends on total video duration
  • Videos are transcribed and semantically indexed
  • Each video is automatically segmented into clips based on content
  • Clips are searchable immediately after processing completes
  • Supported formats: mp4, mov, avi, mkv, webm

Path Parameters

index_id
string
required

The ID of the index to upload to

Body

multipart/form-data
files
file[]
required

Video files to upload and index

Response

Files uploaded and indexed successfully

index_id
string
required

ID of the index that was updated

Example:

"idx_abc123xyz"

files_processed
integer
required

Number of files that were processed

Example:

5

clips_indexed
integer
required

Total number of searchable clips created

Example:

127