Request Body
Natural language search query
Memory bucket ID to search within
Type of search: “BY_VIDEO” or other supported types
Number of top results to return
Filtering level: “high”, “medium”, or “low”
Optional array of specific video IDs to search within
Response
Returns search results containing matched videos/content with relevance scores and timestamps.
{
"search_param": "sunset on the beach",
"unique_id": "550e8400-e29b-41d4-a716-446655440000",
"search_type": "BY_VIDEO",
"top_k": 5,
"filtering_level": "high",
"video_nos": []
}
{
"results": [
{
"video_id": "vid_123",
"relevance_score": 0.95,
"timestamp": "00:02:30",
"snippet": "Beautiful sunset scene at the beach"
}
]
}