API Documentation

Integrate our powerful WhatsApp API into your own applications. Follow our guide to get started.

Authentication

All API requests must include your API Key in the X-API-Key header.

X-API-Key: YOUR_API_KEY

Send Text Message

Send a simple text message via WhatsApp.

POST
https://wapi.sagarstarters.com/api/send-message.php
Request Body (JSON)
{
    "to": "919876543210",
    "type": "text",
    "content": "Hello World!"
}
More coming soon! We are currently expanding our API documentation. Please check back later for more endpoints.