Ask a plain-language question
AI
Ask a plain-language question
Answers a natural-language question about a collection. The org default
LLM turns the question into a query or aggregation plan using only the
schema, a few sample rows, and the row count (never the full dataset);
the plan runs server-side; a short natural-language answer is generated
from the bounded result. Returns answer, plan, and data.
Rate limit: 20 requests/min per user.
POST
Ask a plain-language question
Authorizations
User session JWT. Send as Authorization: Bearer <token>.
Path Parameters
Collection identifier returned at creation.
Body
application/json
Example:
"How many products are in the Informatique category?"