Skip to content
zadam edited this page Jan 19, 2022 · 10 revisions

ETAPI is Trilium's public/external REST API.

The documentation is in OpenAPI format available here.

Authentication

All operations have to be authenticated using a token. You can get this token either from Options -> ETAPI or programatically using the /auth/login REST call (see the spec).

Clone this wiki locally