Integrate our powerful WhatsApp API into your own applications. Follow our guide to get started.
All API requests must include your API Key in the X-API-Key header.
X-API-Key: YOUR_API_KEY
Send a simple text message via WhatsApp.
https://wapi.sagarstarters.com/api/send-message.php
{
"to": "919876543210",
"type": "text",
"content": "Hello World!"
}