Official Meta Tech Provider

Official WhatsApp API. Zero Complexity.

Build, send, receive, and scale WhatsApp messaging in minutes using our official WABA Proxy API. No Meta app review. No token expiry.

Official Meta Cloud APIFree Trial5 Min IntegrationREST APIWebhooksProduction Ready
terminal — aec-cli
Connected

Works with your stack

Node.jsPythonPHPLaravelReactNext.jsn8nMake
Features

Why Developers Choose Us

Everything you need to integrate WhatsApp into your product, without the operational overhead.

Official Meta Tech Provider

Officially verified Meta Tech Provider. Connect directly to Meta's official Cloud network. Pure compliant integration keeps your numbers safe.

Webhook Proxy

Real-time webhook forwarding to your backend. Message status callbacks, delivery receipts, and incoming messages—all over HTTPS.

Unlimited Contacts

No artificial contact caps. Store and message as many contacts as your business needs without tier restrictions.

No Daily Sending Limits

Send as many messages as Meta allows on your tier. We never throttle or cap your daily volume beyond Meta's own limits.

Developer AI Assistant

Context-aware AI trained on our full API documentation. Ask it about webhooks, error codes, payload schemas—in natural language.

Instant API Keys

Generate permanent API credentials in seconds. No app review process, no token rotation headaches. Get building immediately.

Code Example

Send your first message in 3 lines

Initialize the client, call send, done. Our SDK handles authentication, retries, and error handling so you can focus on building your product.

Full SDK Docs
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..."
Getting Started

From signup to first message in 5 minutes

01

Create Account

Sign up in 30 seconds. No credit card required.

02

Generate API Key

Create a permanent API key from your dashboard.

03

Connect WhatsApp

Link your WhatsApp Business number via embedded signup.

04

Start Sending

Send your first message with a single POST request.

DevAssist AI

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" }
      ]
    }]
  }
}
AI-Powered

Ask AI about our API

Our integrated AI assistant is trained on our complete API documentation, webhook schemas, templates, and error codes. Get instant answers instead of searching docs.

  • API Documentation
  • Webhook Schemas
  • Template Configuration
  • Authentication & Keys
  • Code Examples
  • Error Debugging
Interactive

Live API Explorer

Test endpoints and inspect responses without writing a line of code.

Endpoints

POST/v1/messages

Send a text, template, or media message

Click "Send" to test this endpoint
Pricing

Simple, transparent pricing

Start for free. Scale when you're ready. No hidden fees.

Free

For testing & evaluation

PKR 0/month
  • 50 Messages
  • 1 Phone Number
  • API Documentation
  • Community Support
  • Developer AI (10 queries)
Most PopularFirst 100 developers only

Professional

For production applications

PKR 5,000Save 60%
PKR 1,999/month

✓ Special Launch Offer

  • Unlimited Messages
  • 1 Phone Number
  • Webhook Proxy
  • Priority Support
  • Developer AI (2,000 queries)
  • No Rate Throttling
  • Lifetime API Keys

AI Assistant Addon

Enhanced developer experience

PKR 1,000/month
  • 2,000 AI Queries/month
  • Context-aware responses
  • Code generation
  • Error debugging
  • Template assistance
  • Webhook schema help

Enterprise-grade infrastructure

Built for reliability, speed, and security at any scale.

0.99%

Uptime SLA

<0ms

API Response Time

0M+

Messages Delivered

HTTPS
JWT Auth
Webhook Verification
Rate Limiting
Retry Logic
REST API

Frequently asked questions

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.

Ready to ship your WhatsApp integration?

Join developers building on the official Meta Cloud API. Start sending messages in under 5 minutes.

Read Docs