Rest API to accept authorization token for RecordingsUrl
Hi, my company has been using Azure's speech to text service and are happy with the results.
However, we've hit a snag. For the RecordingsUrl parameter, I understand we will be passing in a blob uri that's public facing (no auth required), but our audio files are stored in a 3rd party service whereby an auth bearer token is required to be passed into the header to be able to access the .wav file (request header: { Authorization: Bearer <token> }).
For the speech to text Rest API, is it possible if we can have an additional parameter (eg. RecordingsUrlToken) that we can pass a token to so that it can then use said token to get the .wav file?
Thanks in advance.
