Multi-Session Management
Connect multiple WhatsApp numbers. QR code pairing, auto-reconnect, health monitoring.
Send messages, manage sessions, receive webhooks. Simple REST API with full WhatsApp Business features.
7-day free trial. No credit card required.
curl -X POST https://api.vesper.dev/v1/messages/send/text \
-H "Authorization: Bearer vsp_1a2b3c4d5e6f" \
-H "Content-Type: application/json" \
-d '{
"sessionId": "my-session",
"to": "905551234567",
"text": "Hello from Vesper!"
}'A complete WhatsApp API solution for your business
Connect multiple WhatsApp numbers. QR code pairing, auto-reconnect, health monitoring.
Text, images, videos, documents, audio, location. Send and receive all message types.
Get notified instantly when messages arrive, are delivered, or read. HMAC-signed payloads.
Create groups, manage participants, update settings. Full group API support.
API key authentication, rate limiting, encrypted storage. Enterprise-grade security.
Queue-based architecture with BullMQ. Handle thousands of messages per minute.
POST /api/v1/auth/register → Create app → Get API key (vsp_...)
POST /api/v1/sessions → Scan QR → WhatsApp connected
POST /api/v1/messages/send/text
→ {"to": "905551234567", "text": "Hello!"}Start with a free trial. Upgrade when you're ready.
Everything you need to know about Vesper