Skip to content

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.

    Open AI Engine API

  • Content Manager API


    REST endpoints of the content-engine service: ingest documents and sync from Omeka into the Qdrant collection. Interactive console.

    Open Content Manager API

  • Python code reference


    Signatures, types, and docstrings rendered straight from source for the ai_engine library.

    recsys package ยท core & search

  • Data models


    The request and response shapes the REST layer accepts and returns.

    Data models

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