Ask Memory
Ask Memory
POST
Ask Memory
Use this API to ask a natural-language question over your Memory. The answer is grounded in your judgments and ingested knowledge, and comes with citations and a confidence score. When retrieval finds no relevant context,
answer is an empty string with confidence: 0 rather than an invented answer; treat that as “Memory has nothing to say about this yet.”
Endpoint
POST https://api.velt.dev/v2/memory/ask
Headers
Your API key.
Your Auth Token.
Body
Params
Example Requests
Ask a policy question
Response
answer is the grounded answer (an empty string when there is no grounding context). citations point at the judgment records the answer drew on. confidence is 0 when the answer is empty.

