Try each endpoint against the live API. Grab a key from quick-signup below — it will auto-fill everywhere on this page.
https://whatsappotp.solvsutra.space/apiYOUR_API_KEY. Saved only in your browser.Zero to sending your first OTP in ~2 minutes.
Get an API key in one call — no dashboard, no password.
/auth/quick-signupPublicCreate an account and receive an API key (idempotent — same email returns same key)
Add a WhatsApp number, fetch QR, check status, reconnect.
/devices API keyList all your WhatsApp devices
/devices API keyAdd a new device (returns deviceId to poll)
/devices/:deviceId/qr API keyPoll for QR code (base64 PNG). Scan it in WhatsApp → Linked Devices
/devices/:deviceId/status API keyCheck linking status (poll until status === "verified")
/devices/:id/reconnect API keyReconnect a device (regenerates QR if needed)
/devices/:id API keyRemove a device and its WhatsApp session
Send OTPs or free-form messages. Rate limited: 5/min per user, 50/day per device.
/messages/send-otp API keyGenerate an OTP and send it via WhatsApp
/messages/send API keySend a free-form message
/messages API keyList all your sent messages
Check balance, top up credits, view transaction history.
/wallet/balance API keyGet remaining credit balance
/wallet/add-funds API keyTop up credits
/wallet/transactions API keyList all credit/debit transactions
Save reusable message bodies with {{variable}} placeholders.
/templates API keyList templates
/templates API keyCreate a template
Sales, delivery stats, and trends for your API usage.
/analytics/summary API keyAPI sales summary — daily trend, top devices, top recipients
Automatic protection against WhatsApp bans.
5/minper user — messages/send + messages/send-otp combined50/dayper device — hard daily cap to reduce ban risk5/hourper IP — quick-signup endpoint2-6srandomized delay before every WhatsApp send (anti-detection)