cURL
curl --request GET \ --url https://api.sandbox.asapp.com/mg-autotranscribe/v1/twilio-media-stream-url \ --header 'asapp-api-id: <api-key>' \ --header 'asapp-api-secret: <api-key>'
{ "streamingUrl": "wss://localhost/mg-twilio-autotranscribe/twilio-media/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c" }
Returns url where Twilio media stream should be sent to.
OK - Twilio media stream url in the response body
The response is of type object.
object
Was this page helpful?