Syncthing as standalone library

Hello, So i want to make a microservice that would use syncthing to sync my files . right now i made it so it starts the synxthing.exe and i with the rest api i have configured it to sync my 2 mashines . but is there a way that i can use it as a library :smiley:

If your application is in go, maybe, or if you want to spend quite some time writing C bindings and exposing the necessary bits to use it as a library. Nothing built in.

1 more question , im looking at the librarys how hard would that be to accomplish , like currently im completly lost . maybe thats beyond me