Search within video
Search Video
Search video content by spoken words or visual scenes
POST
Search within video
Search for specific content within a video using semantic search on transcripts or visual indexes.
- Requires index to be created first (create-index endpoint)
- Returns matched segments with timestamps and relevance scores
- Supports semantic search on transcribed text
- Can filter results by score threshold and result count
- Search results include exact timestamp ranges for video navigation
Authorizations
API key for authentication (sk-xxx format)
Path Parameters
Pattern:
^m-Example:
"m-12345"
Body
application/json
Example:
"search query"
Available options:
spoken_word, scene Example:
"spoken_word"
Available options:
semantic, keyword Example:
"semantic"
Example:
0.2
Example:
10
Example:
true
Example:
"idx-12345"