Login to access your dashboard
Manage your WhatsApp Web session and API token
Scan this QR code with WhatsApp
Open WhatsApp → Settings → Linked Devices → Link a Device
WhatsApp session is connected and ready!
POST /api/send-message
Headers:
Authorization: Bearer YOUR_TOKEN
Body:
{
"phoneNumber": "919876543210",
"message": "Hello from API"
}
Use this endpoint to send WhatsApp messages. Include the bearer token in the Authorization header.
Max file size: 16MB. Supports images, documents, videos, and audio files.