REST API
Programmatic send, template, and session operations with predictable endpoints.
Developer-first messaging infrastructure
Ship production-ready integrations with REST endpoints, webhooks, and session control. Chattu is built for teams that need reliable messaging infrastructure, not just basic automation.
Three technical steps to ship your integration.
Create and authenticate sessions via dashboard or API-managed flows.
Send outbound messages and orchestrate workflows from your backend.
Process delivery, incoming, and status events in real time with retries.
QR, templates, and status — laid out the way you’ll actually use them.
Your QR appears right after sign-in — no waiting, no confusion.
Variables, preview, send — your team speaks in one voice.
Connection state stays visible so you’re never guessing.
Infrastructure primitives for scalable messaging products.
Programmatic send, template, and session operations with predictable endpoints.
Receive delivery and inbound events to drive workflows and data pipelines.
Control lifecycle, health, and routing for each messaging instance.
Build your own orchestration logic instead of relying on rigid automation builders.
Connect CRM, billing, support, and product systems through one API platform.
Direct API usage patterns your team can plug into production messaging pipelines.
curl -X POST https://api.chattu.cloud/v1/messages/send \
-H "Authorization: Bearer CHATTU_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"sessionId": "session_prod_eu_01",
"to": "+15551234567",
"type": "text",
"message": "Your verification code is 834921"
}'
const response = await fetch("https://api.chattu.cloud/v1/messages/send", {
method: "POST",
headers: {
Authorization: `Bearer ${process.env.CHATTU_API_KEY}`,
"Content-Type": "application/json",
},
body: JSON.stringify({
sessionId: "session_prod_eu_01",
to: "+15551234567",
type: "template",
templateId: "order_confirmed_v2",
variables: { orderId: "ORD-3921" }
}),
});
Operational reliability for production messaging workloads.
Webhook retries and idempotency removed message drift between our app and CRM. We now trust delivery states in production.
Session-level controls and API rate limits made scaling to millions of monthly calls straightforward for our backend team.
Scale by API calls, rate limits, and active messaging sessions
Try all features for 7 days
Perfect for small businesses & individuals
Scale your marketing with advanced features
Custom solutions for large-scale operations
All plans include API onboarding, docs access, and webhook support. Cancel anytime.