Build, send, receive, and scale WhatsApp messaging in minutes using our official WABA Proxy API. No Meta app review. No token expiry.
Works with your stack
Everything you need to integrate WhatsApp into your product, without the operational overhead.
Officially verified Meta Tech Provider. Connect directly to Meta's official Cloud network. Pure compliant integration keeps your numbers safe.
Real-time webhook forwarding to your backend. Message status callbacks, delivery receipts, and incoming messages—all over HTTPS.
No artificial contact caps. Store and message as many contacts as your business needs without tier restrictions.
Send as many messages as Meta allows on your tier. We never throttle or cap your daily volume beyond Meta's own limits.
Context-aware AI trained on our full API documentation. Ask it about webhooks, error codes, payload schemas—in natural language.
Generate permanent API credentials in seconds. No app review process, no token rotation headaches. Get building immediately.
Initialize the client, call send, done. Our SDK handles authentication, retries, and error handling so you can focus on building your product.
const client = new WABA({
apiKey: "aec_sk_xxxxxxxxx"
});
const message = await client.messages.send({
to: "+923001234567",
type: "text",
text: "Hello from AEC API! 🚀"
});
console.log(message.id);
// → "wamid_HBgNMz..."Sign up in 30 seconds. No credit card required.
Create a permanent API key from your dashboard.
Link your WhatsApp Business number via embedded signup.
Send your first message with a single POST request.
How do I send a template message with dynamic variables?
To send a template with variables, use the /v1/messages endpoint with type: "template":
{
"to": "+923001234567",
"type": "template",
"template": {
"name": "order_update",
"language": { "code": "en_US" },
"components": [{
"type": "body",
"parameters": [
{ "type": "text", "text": "ORD-4521" }
]
}]
}
}Our integrated AI assistant is trained on our complete API documentation, webhook schemas, templates, and error codes. Get instant answers instead of searching docs.
Test endpoints and inspect responses without writing a line of code.
Endpoints
/v1/messagesSend a text, template, or media message
Start for free. Scale when you're ready. No hidden fees.
For testing & evaluation
For production applications
✓ Special Launch Offer
Enhanced developer experience
Built for reliability, speed, and security at any scale.
Uptime SLA
API Response Time
Messages Delivered
Everything documented. Every endpoint explained. Every edge case covered.
Common questions from developers integrating our API.
Most developers complete their first API call within 5 minutes. Full production integration typically takes 1-2 hours depending on your use case.
Yes. We provide a secure proxy layer on top of Meta's official Cloud API. Your requests go through our gateway which adds authentication, rate limiting, webhook forwarding, and analytics—then forwards to Meta's servers.
Absolutely. Our API is designed to be compatible with Meta's payload formats. Point your existing code to our endpoint, swap in your AEC API key, and you're migrated. We also handle token management so you never deal with 60-day expiry cycles again.
We mirror Meta's own tier-based rate limits. On the Professional plan, there are no additional throttling restrictions from our side. Your throughput is determined by your WABA tier with Meta.
Configure your callback URL in the dashboard. We forward all incoming messages, delivery receipts, message status updates, and account notifications to your endpoint over HTTPS with signature verification.
Yes. Every new account gets 50 free messages to test the API. No credit card required. The free tier includes full API access, webhook forwarding, and developer documentation.
Join developers building on the official Meta Cloud API. Start sending messages in under 5 minutes.