Does Syncthing have an API for .NET?

I’d like to write an app in C# that uses Syncthing to share files between different users and set permissions on them, but I don’t see anything about a .NET API. Am I missing something or does that just not exist?

there’s the rest api, that’s certainly interfacable in c#.