Start real-time conversations with crystal clear audio, low latency and deeper insights.
curl --request POST \
--url https://control.msg91.com/api/v5/voice/call/ \
--header 'Authkey: <authkey>' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '{"template":"yourtemplate","caller_id":"91999999999","client_number":"918888888888","callback_url":"https://status.callback.com","variables":{"var1":{"type":"number","as_digits":true,"value":"1234"},"var2":{"type":"currency","currency_code":"USD","value":"100"}}}'