What problem does it solve?
Provide a complete, programmatic interface to a self-hosted Memos server so users can create, find, update, organize, and share notes without manual API wiring or learning low-level endpoints.
Core Features & Use Cases
- CRUD for memos: create, retrieve, patch (with updateMask), and delete memos while controlling visibility and pinned state.
- Search & filtering: list memos with CEL-style filter expressions, orderBy sorting, and pagination; support tag searches via content.contains.
- Attachments & media: upload files via multipart/form-data and associate attachments with memos.
- Comments, reactions & relations: create/list comments, add/delete emoji reactions, and set or list memo relationships (REFERENCE/COMMENT).
- Sharing & lifecycle: create and manage share links, archive/unarchive memos, and support force deletes for cleanup.
Use case: automate nightly archiving of old notes, attach generated reports, and publish share links for stakeholders.
Quick Start
Create a private memo with content "Meeting notes: Discussed Q2 roadmap #work" and return the new memo ID and URL.