Automated voice broadcasting, IVR flows, voice OTP and reminder calls at national scale.
Deliver a recorded or text-to-speech message to lakhs of numbers with retry logic.
Multi-level interactive menus with keypress routing, call transfer and recordings.
Fallback verification for users who cannot receive SMS, in nine Indian languages.
Payment due, dispatch, appointment and emergency alerts delivered as calls.
Automated recurring reminder calls with per-call answered and duration reporting.
A clean, documented REST API with JSON responses, webhooks for delivery events and SDK-ready samples for every popular stack. Sandbox keys are available the moment you register.
curl -X POST https://api.vidyasms.com/v1/sms \
-H "Authorization: Bearer $VIDYA_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"sender": "VIDYAS",
"to": ["919036354451"],
"template_id": "1207160000000000",
"message": "Your VidyaSMS OTP is 480912"
}'
HTTP/1.1 200 OK
{ "status": "queued", "message_id": "vs_9f3ab21", "credits": 1 }
Talk to our messaging experts and get a free trial on your business account today.