Perform full text search for exact matches within your indexed sources or memories. Choose between ‘OR’ and ‘AND’ operators to control how search terms are combined for precise text matching.
Use search_mode to specify what to search:
"operator": "and""operator": "or"
Note: This API performs full text search with configurable operators for precise text matching. For conversational Q&A with AI-generated responses, use the /search/qna API instead.
operator parameter controls how the search terms are combined:
max_chunks parameter controls the maximum number of results returned:
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Unique identifier for the tenant/organization
"tenant_1234"
Search terms to find in your content
"John Smith Jake"
Optional sub-tenant identifier used to organize data within a tenant. If omitted, the default sub-tenant created during tenant setup will be used.
"sub_tenant_4567"
How to combine search terms (OR or AND)
or, and "and"
Maximum number of results to return
1
What to search: 'sources' for documents or 'memories' for user memories
sources, memories