nowledge-mem icon indicating copy to clipboard operation
nowledge-mem copied to clipboard

Provide the `openapi.json` file on the API page of the official website.

Open ZinkLu opened this issue 2 months ago • 2 comments

Since nowledge-mem does not currently provide an SDK to call APIs, It's nice to provide a openapi.json file on the page https://mem.nowledge.co/docs/api so that I can quickly generate a client package through tools like openapi-generator.

ZinkLu avatar Oct 30 '25 13:10 ZinkLu

OK, I found nowledge-graph's backend server is a standard FastAPI application, So we can get openapi.json file from http://127.0.0.1:14242/openapi.json.

ZinkLu avatar Nov 02 '25 07:11 ZinkLu

Yes you can, and also it's served in docs now

https://mem.nowledge.co/docs/integrations#api-integration

wey-gu avatar Nov 08 '25 08:11 wey-gu