Conversations

Ask Conversations

Answer a natural-language question grounded in the user's own conversations.

Semantically searches the user's conversations for the question, then synthesizes a cited answer from the most relevant ones — the same retrieval + RAG the chat surface uses, exposed for headless / Developer-API callers (CLI, CI, scripts). Read-only: it never writes; discarded conversations are excluded from retrieval and locked conversations are re-checked on the authoritative record before any go to the LLM.

post/v1/dev/user/ask

Request body

limitinteger

How many of the most relevant conversations to ground the answer on

questionstring required

A natural-language question about the user's life/conversations

timezonestring

IANA timezone used to resolve relative dates in the answer

Response

Successful Response

answerstring required

Changes