WStart Chat
Chat widget embed
This domain serves the widget script and assets.
1) Create a Site (get public key)
Use API endpoints to register/login and create a site. You will receive public_key.
POST https://api.chat.wstart.fr/api/auth/register
POST https://api.chat.wstart.fr/api/auth/login
POST https://api.chat.wstart.fr/api/sites (Authorization: Bearer <token>)
2) Paste this snippet into your website
Replace PUBLIC_KEY with your actual key.
<script async src="https://chat.wstart.fr/widget.js?key=PUBLIC_KEY"></script>
Operator dashboard