Note Mark features a REST API for communicating between the frontend and backend. Documentation for the API is automatically generated by the backend and can be accessed by running the app and navigating to certain routes:
- Stoplight interactive docs:
http://{IP:PORT}/api/docs - OpenAPI JSON:
http://{IP:PORT}/api/openapi.json - OpenAPI YAML:
http://{IP:PORT}/api/openapi.yaml
This API could be used by a third-party app however, API functionality may change (check release notes).