Give your app a WhatsApp send API, without touching Meta's Business API.
Connect your own WhatsApp number, get an API key, and send messages from any backend — Laravel, Node, whatever you already run. We handle the connection; you handle the notifications.
curl -X POST https://api.verkur.com/v1/messages \
-H "Authorization: Bearer verkur_live_..." \
-H "Content-Type: application/json" \
-d '{
"whatsappSessionId": "your-session-id",
"to": "15551234567",
"text": "Your order has shipped!"
}'Everything you need to ship
No Meta Business API
Connect a real WhatsApp number by scanning a QR code — no app review, no approval queue.
One simple REST API
Send messages from any backend with a single POST request and an API key you control.
Real-time status
Track every sent message from queued to delivered to read, right from your dashboard.
Signed webhooks
Get notified the moment a message's status or your session's connection changes — HMAC-signed.
Live in three steps
1
Connect your number
Scan a QR code from the dashboard to link your WhatsApp.
2
Create an API key
Generate a key scoped to your account in one click.
3
Send your first message
Call the bridge API from your own app — that's it.