REST Messaging API
Send text, media, buttons, lists, and location via simple HTTP endpoints.
Connect numbers, generate API keys, and integrate WhatsApp into your CRM, ERP, or custom apps—without building infrastructure from scratch.
{
"instance_id": "550e8400-e29b-41d4-a716",
"number": "8801234567890",
"message": "Hello from Eduzentra WhatsApp API!"
}
→ 202 { "success": true, "status": "queued" }
Features
From connecting your first number to sending millions of messages—one platform, full control.
Send text, media, buttons, lists, and location via simple HTTP endpoints.
Connect multiple WhatsApp numbers per workspace with Meta or Baileys drivers.
Issue scoped Bearer tokens for your apps with usage tracking built in.
Receive delivery updates, inbound messages, and instance events in real time.
Broadcast to contact groups with queue-backed delivery and logs.
Manage conversations, contacts, and message history in one dashboard.
How it works
Register your company and pick a plan that fits your message volume.
Link a number via Meta Cloud API or scan QR with our Baileys gateway.
Generate an API key and start sending messages from any language or framework.
Pricing
Everything you need to run WhatsApp messaging — one yearly package, no tiers.
Developers
Use standard HTTP with JSON bodies. Authenticate with a Bearer API key. We handle queuing, retries, and gateway routing.
curl -X POST "https://eduzentra-whatsapp.eduzentra.com/api/v1/send-text" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"instance_id": "YOUR_INSTANCE_ID",
"number": "8801234567890",
"message": "Order #1234 confirmed!"
}'
Join teams using our platform to automate notifications, support, and marketing on WhatsApp.