Build with the Dexo.chat API
Powerful APIs and SDKs to integrate omnichannel messaging into your applications. Send messages, manage conversations, and automate workflows programmatically.
Simple, Powerful API
Send messages across any channel with a single API call. Our RESTful API is designed for developers who want to build fast.
- RESTful architecture
- JSON request/response
- Webhooks for real-time events
- 99.99% uptime SLA
curl -X POST https://api.dexo.chat/v2/messages \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"channel": "whatsapp",
"to": "+1234567890",
"message": {
"type": "text",
"text": "Hello from Dexo.chat!"
}
}'
# Response
{
"id": "msg_abc123",
"status": "sent",
"timestamp": "2025-12-22T10:30:00Z"
}
Official SDKs
Get started quickly with our official libraries for popular programming languages.
API Capabilities
Messaging API
Send and receive messages across WhatsApp, Telegram, Instagram, Facebook, SMS, and more.
Contacts API
Manage customer contacts, profiles, tags, and custom attributes programmatically.
Webhooks
Receive real-time notifications for new messages, status updates, and events.
AI & Automation
Trigger AI responses, manage chatbot flows, and automate workflows via API.
Analytics API
Access metrics, generate reports, and export data for your BI tools.
Team Management
Manage users, roles, permissions, and conversation assignments.
Ready to start building?
Get your API key and start integrating in minutes. Free tier includes 1,000 API calls/month.