Made in Madagascar
Waahy is a hosted WhatsApp API for Malagasy developers. Link an account with a QR code, then send, receive and read messages from your own application — without hosting and configuring the whole thing yourself.
# send a message from your connected accountcurl -X POST https://api.waahy.marindrano.com/v1/messages \ -H "Authorization: Bearer $WAAHY_KEY" \ -H "Content-Type: application/json" \ -d '{"to":"+261340000000","text":"Salama!"}' # 201 Created{ "id": "msg_01H8X", "status": "sent"}How it works
Waahy shows a QR code. You scan it from WhatsApp on your phone, the same way you link WhatsApp Web. The session stays connected on our side.
Connecting gives you a key scoped to that one account. Nothing else to configure, and no server of your own to keep running.
Send text and images, read what comes back, and fetch message history over plain HTTP from whatever language you already write.
What you get

Scanning the QR code takes about a minute. You can try it before you decide to build anything on it.
Create your account