Search through user’s uploaded files using vector similarity with AI reranking.
Namespace filtering: Pass namespace_ids to restrict the search to files in specific namespaces. If omitted, all namespaces are searched.
Process:
Each result includes the namespace_ids and resolved namespaces the file belongs to.
| Parameter | Type | Required | Description |
|---|---|---|---|
query | string | Yes | Search query |
namespace_ids | string[] | No | Restrict search to specific namespaces. If omitted, searches all files. |
API key authentication. Include your VidNavigator API key in the X-API-Key header.