Docs / REST
REST mirror.
A REST mirror of the MCP read surface. Useful when integrating from a
non-MCP client. Same auth (API key in X-API-Key
header), same tier limits.
Base URL.
https://memos.m9sh.com/api/v1
Quickstart.
curl https://memos.m9sh.com/api/v1/profile \
-H "X-API-Key: $CAREER_MEMOS_API_KEY"
OpenAPI.
The full schema lives at /openapi/career.yml. Generate clients with the OpenAPI Generator of your choice.
Most users should use the MCP — that's the primary integration shape. See MCP setup.