Resolve a business term against context pack memories.
Fetches all memories from the MemoryProvider and filters client-side by term match (name or content contains the search term). Extracts structured fields (definition, related_columns, sql_pattern) from the best-matching concept/vocabulary/sample_question memories.
Example: “What does ‘conversion rate’ mean?” will return a definition from concept/vocabulary memories, related column names from table description memories, and an example SQL pattern from sample_question memories.
Documentation Index
Fetch the complete documentation index at: https://docs.emergence.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Request body for synchronous term resolution.
Business term to resolve (e.g. 'ARR', 'churn rate')
1Successful Response
Term resolution result from context pack memories.
Top-level fields (definition, related_columns, sql_pattern) are extracted from the best-matching concept/vocabulary/sample_question memories. The raw memories list is always returned for clients that need full detail.
Plain-language definition extracted from the best concept/vocabulary match
Column names related to the term (from table/schema memories)
Example SQL pattern using this term (from sample_question memories)
All matching memories (raw)