Can backend API work on the local knowledge base that never get synced?

Because to call the backend APIs it is needed to send Http request to https://api.remnote.io/api/v0, so I am not sure whether the API works only on the online knowledge base

Thanks

No, it does not since for local knowledge bases no RemNote server is involved.

You can use the frontend API though as shown here: GitHub - hannesfrank/remnote-local-server: A quick&dirty demo of how to communicate between RemNote and the OS using the Frontend API.
The downside being that you have to have the connector plugin open whenever you want API access.

1 Like