-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
ETAPI
zadam edited this page Jan 29, 2022
·
10 revisions
ETAPI is Trilium's public/external REST API. It is available since Trilium v0.50.
The documentation is in OpenAPI format, available here.
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).
Back to Overview
- Screenshot tour
- Basic concepts
- Installation & setup
- Advanced usage
- Developer guides
- FAQ
- Troubleshooting