WhatsApp API for developers

Ship WhatsApp without running WhatsApp sockets.

TAKU WhatsApp Bridge gives your app phone pairing, message sending, conversation history, and inbound webhooks behind a clean developer API.

TAKU WA

client_001

connected

Pairing QR

QR disappears after the phone is paired.

Webhook stream

live
message.received5219931234567

Hola, sigue disponible?

message.sent5219931234567

Claro, te confirmo ahora.

status.changedclient_001

connection open

Integration flow

One API for the full phone lifecycle.

01

Create a connection

Provision a WhatsApp phone session with a developer-defined connectionId.

02

Pair with QR

Fetch a QR image and let your customer pair their phone inside your product.

03

Send and receive

Send messages through the API and receive inbound messages on webhooks.

Developer surface

Straightforward endpoints for pairing and messaging.

Use one connection per WhatsApp phone. Store the `connectionId` in your app, then send messages and receive events through webhooks.

POST

/v1/public/signup

Create a free developer account.

GET

/v1/account/me

Read account limits and usage.

GET

/v1/account/connections

List your WhatsApp connections.

GET

/v1/account/connections/:id/qr

Read QR payload and image.

POST

/v1/account/connections/:id/messages

Send text messages.

POST

/v1/account/webhooks/subscriptions

Receive inbound events.

send-message.sh
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

Add WhatsApp transport without changing your business model.

Customer support inboxes
CRM notifications
Booking confirmations
Order status updates
Automation platforms
Internal business tools

Plans

Start with one phone. Scale to a platform.

Starter

Free

Try the bridge with one WhatsApp connection.

  • 1 connection
  • 100 messages/day
  • Webhooks
Start today

Basic

$9/mo

For testing and prototypes.

  • 1 connection
  • Send messages
  • Receive messages
  • Webhooks
  • Community support
Pay $9

Developer

$29/mo

Build WhatsApp into your own application.

  • Up to 10 connections
  • Connection lifecycle API
  • Webhooks
  • Conversation history
  • Auto reconnect
  • Email support
Pay $29

Platform

$99/mo

For SaaS teams that need tenant-aware WhatsApp transport.

  • Up to 50 connections
  • Multi-tenant management
  • Priority webhooks
  • Operational support
  • TAKU Control integration
Pay $99

Enterprise

Custom

Dedicated WhatsApp infrastructure for larger platforms.

  • Unlimited connections
  • Dedicated infrastructure
  • SLA
  • White-label options
Contact sales