One API. Every conversation.

Connect WhatsApp, SMS and email to your product. Explore endpoints, inspect request bodies, and copy an example to get started.

Your first request
curl 'https://api.whatsappapi.genius.ke/api/v1/messages/send' \
  -H 'Authorization: Bearer YOUR_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{"channel":"sms","recipient":"254700000000","message":"Hello from WhatsAPI"}'

Example only: replace the recipient and key. Sending requires a configured provider and an active message quota.

Integration API · API key · /api/v1 Authorization: Bearer

Loading the interactive API reference…