http://localhost:8000/api/v1
RAG Query
Natural language queries against the user’s memory.Ask (Structured Insights)
Get structured JSON responses by providing an output schema.When to Use Which
| Use Case | Endpoint |
|---|---|
| Conversational responses | RAG Query |
| Data extraction for UI | Ask |
| Feature personalization | Ask |
| Chatbot augmentation | RAG Query |
Error Codes
| Code | Description |
|---|---|
| 400 | Bad Request - Invalid input |
| 404 | User not found |
| 500 | Internal server error |
| 502 | External service (LLM) error |
| 503 | Database connection error |