General Structure
Buildocs UI Engine communicates with your backend over plain HTTP — there is no SDK or library requirement on the server side. You can implement the backend in any language or framework: Node.js, Python, PHP, Java, Go, Ruby, or anything else that can receive a POST request and return JSON.
Required API Endpoints
This page documents every endpoint your backend must expose, with the complete C# implementation from DemoController.cs.
Form Events
4 items