-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
ETAPI
Nriver edited this page Feb 19, 2022
·
12 revisions
ETAPI is Trilium's public/external REST API. It is available since Trilium v0.50.
The documentation is in OpenAPI format, available here.
trilium-py is a third-party Python implementation for ETAPI client, you can use Python to communicate with Trilium.
All operations have to be authenticated using a token. You can get this token either from Options -> ETAPI or programmatically using the /auth/login REST call (see the spec).
Note
Our documentation has moved to docs.triliumnotes.org/.
Note
Our documentation has moved to docs.triliumnotes.org/.
- Basic concepts
- Installation & setup
- Advanced usage
- Developer guides
- FAQ
- Troubleshooting