API Documentation


1. Send OTP

Endpoint: POST /api/send-otp.php

{
  "api_key": "YOUR_KEY",
  "phone": "919876543210"
}

2. Send WhatsApp Message

Endpoint: POST /api/send-wa.php

{
  "api_key": "YOUR_KEY",
  "phone": "919876543210",
  "message": "Hello from CommSaaS!"
}