HTTP Interface

This section describes the REST API interfaces which are exposed for text-based communications with the bot. Any chatbot like use cases, which does not need connectors to speech or avatar AI can follow the schema defined in this interface to build its applications.

This interface is exposed by the Chat Engine component. These API’s are exposed at http:/server_ip:9000. The API’s can be tried out from the browser at http:/server_ip:9000/docs.

For the detailed API schema with examples, refer to the HTTP Interface API.