Skip to main content

Endpoints

Use semantic search when you know which semantic index or indexes to search directly.

Request body

If index_names and index_ids are omitted, VideoDB searches all semantic indexes in scope.
The Python SDK argument is index_names, not singular index_name. Use index_ids for ID selection.

Example

Example with index IDs

Response

Returns a SearchResult containing Shot objects. SearchResult.compile() can compile all returned shots into one stream.