Search knowledge cards
Search
Search knowledge cards
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.
POST
Search knowledge cards
Documentation Index
Fetch the complete documentation index at: https://docs.aigmented.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Pass your API key as a Bearer token. Example: Authorization: Bearer sk-xxxxxxxxxxxx
Path Parameters
Collection ID
Body
application/json
The search query string
Example:
"What are the main risk factors?"
Number of results to return
Required range:
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
Example:
{ "document_type": "standard" }