VOICE

    
        POST /tts/3/multi HTTP/1.1
        Host: api.infobip.com
        Authorization: Basic QWxhZGRpbjpvcGVuIHNlc2FtZQ==
        Content-Type: application/json
        Accept: application/json
        
        {  
           "messages":[  
              {  
                 "from":"12345",
                 "to":[  
                    "41793026727",
                    "41793026731"
                 ],
                 "audioFileUrl": "http://www.example.com/media.mp3"
              },
              {  
                 "from":"98765",
                 "to": ["41793026785"],
                 "text": "Hello world!",
                 "language": "en"
              }
           ]
        }
    
By |2018-07-20T16:30:03+02:00July 20th, 2018|Comments Off on VOICE

Share This Story, Choose Your Platform!

About the Author:

Title

Go to Top