Introduction
Last updated
Last updated
One of the features of Curiosity Workspace is the ability to write custom endpoints that can extend the functionality and write custom business logic for your specific needs. A custom endpoint is a hosted function inside your workspace that handles incoming requests for a specific URL, does some processing and returns a response.
Endpoints have direct access to the underlying graph database, NLP models and other functionality. Custom Endpoints are written in C# from within your browser, and can be restricted to logged users or admin users of your workspace. You can also call endpoints externally by creating and Endpoint Token.
To get started, open the Manage section and navigate to Endpoints in the sidebar: