Stop fighting with complex official docs. Send your first WhatsApp message via REST API in under 60 seconds. Built for scale, designed for precision.
A complete messaging infrastructure so you can focus on your product, not on plumbing.
Messages are dispatched in under 40ms on average. Our global edge network ensures no message ever gets queued behind a bottleneck.
Clean RESTful endpoints with OpenAPI docs, plus a real-time dashboard to monitor delivery rates, failures, and session health.
Get notified instantly on message delivery, read receipts, incoming replies, and session state changes via configurable webhooks.
All sessions use WhatsApp's native E2E encryption. Your API credentials and session tokens are stored with AES-256 at rest.
Run multiple WhatsApp sessions simultaneously on Scale plans. Perfect for agencies, SaaS platforms, and multi-tenant applications.
Send images, PDFs, voice notes, and location pins. Use pre-approved message templates for transactional notifications and OTPs.
Three lines to send a message. A full SDK for when you need more. WA Cloud is designed so you spend time building your product, not reading documentation.
import WACloud from '@wacloud/sdk'; const client = new WACloud({ apiKey: process.env.WACLOUD_API_KEY, }); const msg = await client.messages.send({ to: '+91 98765 43210', text: 'Order confirmed! Track: wacl.in/abc', }); console.log(msg.status); // "delivered"
from wacloud import WACloud import os client = WACloud(api_key=os.getenv("WACLOUD_API_KEY")) msg = client.messages.send( to="+91 98765 43210", text="Order confirmed! Track: wacl.in/abc", ) print(msg.status) # "delivered"
curl -X POST https://api.wacloud.dev/v2/messages \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "to": "+91 98765 43210", "text": "Order confirmed! Track: wacl.in/abc" }'
Sign up for free, create a project, and copy your secret API key from the dashboard. No credit card required on the Free tier.
Scan a QR code in the dashboard to link your WhatsApp number. The session is managed, monitored, and auto-reconnected by WA Cloud.
Make a single HTTP POST. Messages arrive in under 40ms. Monitor delivery, failures, and read receipts in real time.
Start free. Scale when you need to. All plans include the same REST API and dashboard.
Free forever. No credit card. No approval process.