Skip to main content

Typebot Controller

Simplified integration with Typebot, simplifying interactive conversation creation and continuation. Users only need to specify the host https://typebot.io (without a trailing slash). CodeChat API automatically manages two key processes:

  1. Start Chat (start-chat): Uses path /api/v1/typebots/:publicId/startChat, requiring parameters like publicId, isStreamEnabled, message, and optionally resultId.

  2. Continue Chat (continue-chat): Utilizes /api/v1/sessions/:sessionId/continueChat, needing sessionId and the message to respond to the previous question.

This integration significantly eases interacting with Typebot, removing the need to handle complex configuration details and allowing a greater focus on building effective and engaging interactive conversations.