Conversation intelligence, your design.
Our classic chat widget isn’t going anywhere. Now you can also switch on API-based AI Agents — an optional feature that lets you send user questions to Representative24 via API and receive ready-to-publish replies in the background, while you design any front-end you want.
Chat is no longer one fixed bubble in the corner. Conversations happen in product pages, mobile apps, logged-in portals, even kiosks. API Mode lets product and marketing teams keep their visual identity and UX patterns intact while using Representative24 as the conversation engine behind the scenes.
Through the Representative24 APIs, you can interface multiple channels:
Integrate AI-powered replies wherever your users are — on your site, in your app, or through their inbox or phone. The same conversation engine adapts seamlessly to any channel.
Send questions, receive one or more reply messages as JSON. You render them however you like.
For example:
curl -X POST /api/ask \ -H "Content-Type: application/json" \ -H "Authorization: Bearer [YOUR_API_KEY]" \ -d '{ "license": "[license_id]", "client_id": "[client_id]", "session": "7c6e6b5b-5a3a-4cf8-9f1a-0f98e2d9c9b1", "webhook_url": "https://yourdomain/webhook" "token": "[HMAC-token]", "message": "I’m choosing between the AeroTune 500 and 700. I need active noise cancelling, at least 30 hours of battery, budget under $150. Which one should I buy?" }'
Response (webhook):
{ "session": "7c6e6b5b-5a3a-4cf8-9f1a-0f98e2d9c9b1", "reply": "Go with the AeroTune 700. It has full ANC and ~35 hrs battery life. It’s currently $149 on promo.", "token_exp": 1732112345 }
Representative24 gives you the best of both worlds: a great off-the-shelf chat and an API you can shape around your product. Turn on API when you want the conversation engine without the UI constraints — and build experiences your users will love.
Note: The APIs are available on all Pro Plans but are not active by default. Activation must be requested through the dashboard or by contacting our team.
API-based Agents let you keep your own front-end while tapping into Representative24’s conversation engine.
Sign up for your lifetime free account today and empower your business with AI-driven customer service. 100 free conversations every month.