Base URL
/api/.
Authentication
Every request must include an API key in theX-API-Key header:
Endpoints
Response format
All successful responses return JSON. Error responses follow a consistent shape: ForPOST /api/memories, shorter memories usually return 201 with a final save result, while larger notes may return 202 Accepted with a jobId and message for tracking extraction into atomic memories.
X-Request-Id header for tracing.
Rate limits
Rate-limited endpoints return the following headers:
See Authentication for per-endpoint limits.
Request limits
- Maximum request body size: 50 KB.
- Memory content maximum length: 10,000 characters.
- Search query maximum length: 1,000 characters.
