Performs a semantic vector search over all knowledge cards in the collection. Optionally applies cross-encoder reranking. Results are proxied from the FastAPI parser service and token usage is tracked.
Pass your API key as a Bearer token. Example: Authorization: Bearer sk-xxxxxxxxxxxx
Collection ID
The search query string
"What are the main risk factors?"
Number of results to return
1 <= x <= 100Whether to apply cross-encoder reranking to results
Restrict search to the most current document versions only
Optional metadata filters to narrow the search scope
{ "document_type": "standard" }