Explore the backoffice API
The NL Flow Web application does everything through a backoffice API: the browser talks with this API when logging in and out, designing workflows, importing models, generate API key, manage users, etc.
The backoffice API shall not be confused with NL Flow API. With the former, you can build custom applications that automate or allow to perform interactively operations that can be done with the Web application, while with the latter you use a published workflow to perform analyses.
To explore and test the backoffice API on which the NL Flow Web application is based:
- Select the icon with your initials in the upper right corner of the page to open the user menu.
- Choose Swagger UI.
The Swagger UI page for the application's API opens in a separate tab of the browser. There you can explore the API and make interactive calls.
To use the backoffice API programmatically you need to use a service account.