API Reference¶
Every interface in the MEMORISE AI stack, in one place. Each REST API opens in an interactive console where you can read the schema and try requests live.
-
AI Engine API
REST endpoints of the serving app: search, geo, recommend, narrative, user and event writes, and the recsys ingest/recommend webhook. Interactive console, try requests live.
-
Content Manager API
REST endpoints of the content-engine service: ingest documents and sync from Omeka into the Qdrant collection. Interactive console.
-
Python code reference
Signatures, types, and docstrings rendered straight from source for the
ai_enginelibrary. -
Data models
The request and response shapes the REST layer accepts and returns.
Which is which¶
| Reference | Service | Source spec |
|---|---|---|
| AI Engine API | ai-engine-api (FastAPI, port 8000) |
ai-engine-api/openapi.yml |
| Content Manager API | content-engine (FastAPI, port 8002) |
content-engine/openapi.yml |
| Python code | ai-engine library |
rendered from ai-engine/src by mkdocstrings |