Live Chat
Integrate Live Chat Widget in minutes — REST API, WordPress plugin, and embed widgets.
Overview
The Live Chat widget adds a chat bubble to your site. Visitor messages are translated in real time so your agents can answer in their own language. Offline chats turn into support tickets automatically.
Quick start
Embed the script tag with your site token. The widget renders in the bottom-right corner and opens a socket connection on click.
<script
src="https://livechat.api.jetweb.app/widget.js"
data-site-token="YOUR_SITE_TOKEN"
async
></script>
Authentication
Every API endpoint requires a Bearer token. Generate one in the dashboard under "API Keys" for the relevant product. Keep tokens server-side — never commit them to public repositories or ship them in frontend bundles.
Authorization: Bearer YOUR_API_KEY
Endpoints
Base URL: https://livechat.api.jetweb.app
/api/conversations
/api/conversations/:id/messages
/api/agents
/api/tickets
Integrations
Embed the widget on any site via a single script tag. For WordPress, install the plugin to auto-configure the site token. Agent dashboard at agents.jetweb.app.