wapi.lushai.dev

WhatsApp Messaging & Webhook Platform

WAPI enables developers, SaaS platforms, and businesses to seamlessly integrate WhatsApp messaging into any application via simple HTTP REST API calls.

Launch wapi.lushai.dev
WAPI WhatsApp REST API Gateway Visual

WAPI Core Capabilities

Comprehensive feature suite designed for scale, high throughput, and developer ergonomics.

Multi-Format REST Messaging

Send text messages, images, videos, PDF documents, WebP animated stickers, interactive polls, VCards, GPS location pins, and product catalog cards.

Multi-Device 8-Digit Pairing

Connect and link multiple WhatsApp phone numbers instantly using 8-digit pairing codes or traditional QR code scanning with auto-reconnection.

Real-Time HTTP Webhooks

Receive incoming WhatsApp messages, delivery receipts (sent, delivered, read), and connection state updates via instant HTTP Webhook POST callbacks.

Campaign Broadcast Scheduler

Automated rate limiting, prioritized delay queues, bulk broadcast campaign scheduler, and auto-responder bot engine to protect accounts.

Supabase Cloud Integration

Permanent cloud data storage for user accounts, API keys, site configurations, and media storage assets with Supabase backend.

Enterprise Security & Auth

Bearer Token HTTP header authorization, session cookie security, IP-based rate limiting, and encrypted payload transmission.

WAPI REST API Examples

Simple, clean JSON requests to send messages, media, and interactive polls.

Send Text Message (`POST /api/send-message`) POST
POST /api/send-message HTTP/1.1
Host: wapi.lushai.dev
Authorization: Bearer YOUR_WAPI_API_KEY
Content-Type: application/json

{
  "number": "919862123456",
  "message": "Hello from Lushai Dev WAPI Engine!"
}
Send Interactive Poll (`POST /api/send-poll`) POST
POST /api/send-poll HTTP/1.1
Host: wapi.lushai.dev
Authorization: Bearer YOUR_WAPI_API_KEY
Content-Type: application/json

{
  "number": "919862123456",
  "question": "Which technology do you prefer?",
  "options": ["TypeScript", "Python", "Go"]
}
View Complete WAPI Interactive Documentation

WAPI Frequently Asked Questions

Answers to common questions regarding WhatsApp number pairing, message throughput, and webhook integrations.

You can link any WhatsApp number in under 10 seconds using 8-digit instant pairing codes or standard QR code scanning on wapi.lushai.dev.

Yes! WAPI delivers instant HTTP POST webhook callbacks for incoming messages, user replies, message delivery receipts, and session disconnects.

Yes. WAPI supports sending high-resolution images, video files, audio voice notes, WebP stickers, PDF documents, location pins, and native interactive polls.

WAPI is a standard REST API that works with any language capable of HTTP requests, including Node.js / TypeScript, PHP, Python, Go, Java, cURL, Flutter, and C# .NET.

Ready to Automate WhatsApp Messaging?

Register on WAPI to generate your API keys and connect your WhatsApp numbers instantly.