Connect your app to WhatsApp over a simple REST API. No Business API approval, no SDKs, no servers. Pair a phone number and start sending in under 60 seconds. First bridge free for 7 days, no card required.
Your bridge exposes a REST API your app talks to directly. JSON in, JSON out. Send text, media, reactions, polls, and more with a single HTTP call. No SDKs, no config files.
Every inbound event fires a POST to your URL in real time. Messages, calls, status changes: your backend stays in sync automatically.
Documentation structured for LLMs. Drop it into Claude, ChatGPT, or Cursor. Go from zero to working bot in minutes, no reading required.
Create a bridge via dashboard or API. Returns immediately with a bridge ID and API secret.
{
"customer_ref": "user-123",
"webhook_url": "https://your-app.com/hook"
}
Scan the QR in the dashboard or request a pairing code directly from the API. Session persists across restarts.
{ "phone": "15550001234" }
← { "code": "ABCD-EFGH" }
Start sending messages over REST. Inbound events fire to your webhook in real time. Build bots, automations, or integrations on top.
{ "chat": "15559876543", "body": "Hello!" }
← { "message_id": "ACE41E...", "timestamp": 1777180605 }
Our docs are plain text, LLM-optimized, and comprehensive. Paste them into your AI editor of choice and describe what you want to build. The API surface is small enough that Claude or GPT can generate a fully working integration in one shot.
Read the docs →Using these API docs, build a Node.js bot that auto-replies to incoming messages, forwards media to S3, and logs everything to a Postgres table.
Start free for 7 days, no card. Pay only for running bridges after that. Cancel anytime and we automatically refund your unused days - something no one else in this market does.