Created ETAPI (markdown)

zadam 2022-01-19 20:38:37 +01:00
parent 612592a9c3
commit 3ff4a78e9e

7
ETAPI.md Normal file

@ -0,0 +1,7 @@
ETAPI is Trilium's public/external REST API.
The documentation is in OpenAPI format available [here](https://github.com/zadam/trilium/blob/master/src/etapi/etapi.openapi.yaml).
## 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](https://github.com/zadam/trilium/blob/master/src/etapi/etapi.openapi.yaml)).