The WhatsApp API
built for developers.
Connect a number with a QR code, grab your API key, and start sending & receiving WhatsApp messages in minutes. Simple REST, real-time webhooks, and honest flat pricing.
- ✓ Free plan, no card
- ✓ 2-minute setup
- ✓ PHP · Node · Python · Laravel
curl -X POST https://api.asmediahub.net/api/send-message \
-H "Authorization: Bearer wat_live_xxx" \
-H "Content-Type: application/json" \
-d '{
"number": "923001234567",
"message": "Hello from AS WhatsApp API 👋"
}'
Live in three steps
No SDKs to fight with. Connect, authenticate, send.
Connect your number
Scan a QR code to securely link your WhatsApp account — no phone farm, no reconnection headaches.
Get your API key
A secure key and connection token are generated instantly. Rotate them anytime from the dashboard.
Start sending
Fire a single REST call to send text, media, or documents — and receive replies over webhooks.
Everything you need to ship
A complete WhatsApp messaging stack, without the enterprise pricing.
Your keys, ready in seconds
Every session gets a base URL, an instance ID, and a secret token. Authenticate any request with a single header — and rotate keys the moment you need to.
- Per-session tokens, scoped & revocable
- HMAC-signed webhooks you can verify
- Copy-paste ready for any language
https://api.asmediahub.net/apisess_9ff8993246wat_live_5f3a…b12dOne call to send a message
Predictable JSON in, predictable JSON out.
{
"session": "my-session",
"number": "923001234567",
"message": "Hello from AS WhatsApp API!"
}
{
"success": true,
"message": "Message sent successfully."
}
Simple, honest plans
Start free. Upgrade only when you grow. · Prices in USD
Free
For personal projects & testing.
- 1 WhatsApp number
- 1,000 messages / month
- 60 messages / minute
- Webhooks & full REST API
- Send text, media & documents
Pro
For growing businesses.
- 5 WhatsApp numbers
- 50,000 messages / month
- 600 messages / minute
- Webhooks & full REST API
- Send text, media & documents
Scale
One payment, forever.
- 25 WhatsApp numbers
- 500,000 messages / month
- 3000 messages / minute
- Webhooks & full REST API
- Send text, media & documents
Lifetime
Everything you need to start.
- 50 WhatsApp numbers
- 1,000,000 messages / month
- 3000 messages / minute
- Webhooks & full REST API
- Send text, media & documents
Teams ship faster on AS WhatsApp API
“We replaced a $400/mo messaging bill and had OTPs flowing in ten minutes. The webhooks just work.”
“Multi-session is the killer feature — we run 12 client numbers from one dashboard without a mess.”
“Clean docs, fast responses, honest pricing. It's rare that an API is this pleasant to integrate.”
Perfect for
Questions, answered
Is this an official Meta API?
No. AS WhatsApp API connects through WhatsApp Web technology, so you can get started without Meta business verification.
Can I send media files?
Yes — images, videos, documents, audio, contacts and more are supported.
Do you provide webhooks?
Yes. Real-time, HMAC-signed webhooks deliver incoming messages, delivery updates, and status events.
Can I manage multiple WhatsApp accounts?
Absolutely. Multi-session support lets you run several numbers from a single dashboard and API.
Which languages are supported?
Any language that can make an HTTP request — PHP, Laravel, Node.js, Python, Java, C#, Go and more.
Ready to automate WhatsApp?
Connect your account, generate an API key, and send your first message in minutes.