Visual AI flows and RAG chatbots
BotChap connects your website chat widget to a Flowise chatflow or assistant via the Flowise prediction endpoint. Use BotChap when you need more control over the widget design, trigger animation, and on-site branding than the default Flowise embed provides.
Use this integration when your chatbot already runs in Flowise and you want a more branded, customizable widget experience — including animated triggers, custom colors, voice input, GDPR consent, and RTL layout.
BotChap sends a POST request to your Flowise prediction URL:
{
"question": "<visitor message>",
"overrideConfig": <your override config or undefined>
}POST https://your-flowise.com/api/v1/prediction/abc123
Authorization: Bearer <your-api-key>
Content-Type: application/json
{
"question": "What integrations does BotChap support?"
}{
"text": "BotChap supports n8n, OpenAI, Flowise, Dify, LangChain, Voiceflow, and custom REST APIs."
}Create a free widget, configure the integration, and embed it on your site in minutes.