Skip to main content
Answer an explicit, natural-language question over a scope. Use ask when you want a direct answer about the people in the conversation (“what is Alice allergic to?”), not the per-turn context that recall returns. This is a billable read over the scope’s conversation; see What a read sees.

Authorization

string
required
Your bearer token: Bearer <token>. See Authentication.

Request body

string
required
Which scope to ask over. 1–255 characters. See Scopes.
string
required
The natural-language question to answer. Non-empty.
Request

Response

string
The answer to your question, grounded in the scope’s conversation. Empty ("") when the scope has no stored messages yet.
200 OK

Errors

See Errors for the full envelope shape.

Example