AI Chatbot Widget

Powered by n8n RAG Workflow

Try Demo Widget

Integration

iFrame Embedding:

<iframe
  src="https://promotion.eliasfrick.com/widget?apiKey=YOUR_API_KEY"
  width="400"
  height="600"
  frameborder="0"
></iframe>

API Endpoint:

POST https://promotion.eliasfrick.com/api/chat
Headers: {
  "Content-Type": "application/json",
  "x-api-key": "YOUR_API_KEY"
}
Body: {
  "chatInput": "Your message",
  "sessionId": "uuid-v4"
}