Create video index
Create Spoken Word Index
Create a semantic search index from video transcription
POST
Create video index
Create a semantic search index for spoken words in the video, enabling intelligent search across video transcripts.
- Automatically generates transcript if not already created
- Creates semantic embeddings for all spoken words
- Enables powerful search capabilities on video content
- Indexing is asynchronous; progress can be tracked with callbacks
- Index remains in place even if video storage is deleted
- Use language_code parameter for non-English videos (optional)
Authorizations
API key for authentication (sk-xxx format)
Path Parameters
Pattern:
^m-Example:
"m-12345"
Body
application/json
Available options:
spoken_word, scene Example:
"spoken_word"
Example:
"default"
Example:
false
Example:
"en-US"
Example:
"sentence"
Example:
"https://webhook.example.com/callback"