Developer documentation
A practical overview of the ChatAutomata REST API, embed widget, webhook events, authentication, and integration workflows.
Embed widget
One-line JavaScript snippet for your website:
<script src="https://embed.chatautomata.hu/w.js?id=YOUR_BOT_ID" async></script>REST API — basics
Base URL: https://api.chatautomata.hu/v1
Auth: Authorization: Bearer YOUR_JWT
Main endpoints: /chatbots, /faqs, /knowledge, /leads, /conversations, /webhooks, /integrations/*, /billing/*
Webhook events
HMAC-signed POST request to your own URL. Header: x-chatautomata-signature: sha256=..., x-chatautomata-event: lead.captured
Events: lead.captured, booking.created, conversation.ended, message.received