100% Free & Open Source

WhatsApp |
Made Ridiculously Simple

The most powerful WhatsApp API Gateway. Send messages, manage groups, schedule broadcasts. Forever free.

No credit card
Unlimited messages
Self-hosted option
Messages
24/7
Uptime
0$
Forever
<50ms
Latency

Everything you need to automate WhatsApp

Powerful features, beautifully simple API

Multi-Device Sessions
Connect unlimited WhatsApp accounts with independent QR codes.
Instant Broadcast
Send to thousands with smart delays to avoid detection.
Real-time Webhooks
Get instant notifications for messages and delivery status.
14:30
Scheduled Messages
Set it and forget it. Messages sent on time, automatically.
1
2
3
4
Group Management
Create groups, add members, and send group messages.
Enterprise Security
API key auth, rate limiting, and end-to-end encryption.
RESTful API

Developer-first.
Integrate in minutes.

Simple REST endpoints. Comprehensive documentation. Works with any language or framework.

Full Swagger documentation
Webhook callbacks
TypeScript ready
Rate limiting built-in
send-message.js
const response = await fetch(
  '/api/session/:id/send',
  {
    method: 'POST',
    headers: {
      'x-api-key': 'your-key',
      'Content-Type': 'application/json'
    },
    body: JSON.stringify({
      to: '6281234567890',
      message: 'Hello! 👋'
    })
  }
);

// ✓ Message sent!

Ready to automate?

Start sending messages in under 5 minutes.