Create a connection
Provision a WhatsApp phone session with a developer-defined connectionId.
WhatsApp API for developers
TAKU WhatsApp Bridge gives your app phone pairing, message sending, conversation history, and inbound webhooks behind a clean developer API.
TAKU WA
client_001
Pairing QR
QR disappears after the phone is paired.
Webhook stream
liveHola, sigue disponible?
Claro, te confirmo ahora.
connection open
Integration flow
Provision a WhatsApp phone session with a developer-defined connectionId.
Fetch a QR image and let your customer pair their phone inside your product.
Send messages through the API and receive inbound messages on webhooks.
Developer surface
Use one connection per WhatsApp phone. Store the `connectionId` in your app, then send messages and receive events through webhooks.
/v1/public/signup
Create a free developer account.
/v1/account/me
Read account limits and usage.
/v1/account/connections
List your WhatsApp connections.
/v1/account/connections/:id/qr
Read QR payload and image.
/v1/account/connections/:id/messages
Send text messages.
/v1/account/webhooks/subscriptions
Receive inbound events.
curl -X POST https://api.wa.taku.lat/v1/account/connections/wa_abc123/messages \
-H "content-type: application/json" \
-H "x-api-key: $TAKU_WA_API_KEY" \
-d '{
"to": "5219931234567",
"text": "Your order is ready."
}'Built for your product
Plans
Free
Try the bridge with one WhatsApp connection.
$9/mo
For testing and prototypes.
$29/mo
Build WhatsApp into your own application.
$99/mo
For SaaS teams that need tenant-aware WhatsApp transport.
Custom
Dedicated WhatsApp infrastructure for larger platforms.