Search Video Moments
Search within videos
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The collection UUID to search within
Example:
"c1a2b3c4-1a2b-3c4d-5e6f-7g8h9i0j1k2l"
The text query used for searching
Example:
"sunset beach"
A list of media UUIDs to filter the search
Example:
"m1a2b3c4-1a2b-3c4d-5e6f-7g8h9i0j1k2l"
The minimum similarity score required to presented in search results
Example:
0.28
The pagination offset for search results
Example:
10
The maximum number of search results to return
Example:
30
Additional configuration options for the search, such as removing false positives
Optional filters to apply to the search results. For now, it only supports matching value on metadata fields
Example:
{ "user_id": "1221" }
Was this page helpful?