Send WhatsApp messages programmatically with our powerful, secure, and easy-to-use REST API
Everything you need to integrate WhatsApp messaging into your application
Simple REST API that can be integrated into any application with just a few lines of code
Token-based authentication ensures your API is secure and only authorized users can send messages
Send messages instantly to any WhatsApp number with reliable delivery and status updates
Built on top of Baileys library, ensuring compatibility with WhatsApp's latest features
Deployed on Vercel for maximum uptime, scalability, and global edge network performance
Easy-to-use admin panel for managing WhatsApp connection and monitoring system status
Send a message with a simple POST request:
POST /api/send-message
Authorization: Bearer YOUR_TOKEN_HERE
Content-Type: application/json
{
"number": "923456795382",
"message": "Hello, this is a test message"
}
{
"success": true,
"message": "Message sent successfully"
}
Ready to integrate? Use the API endpoint above with your authentication token.