Issues using SAS URL for Batch Transcription in Azure Speech-to-Text

saeide dana 0 Reputation points
2025-03-24T11:35:06.93+00:00

Hello,

I'm currently working with the Azure Speech-to-Text service (batch transcription via REST API) and using a SAS URL for my audio file located in blob storage.

Although the SAS URL works in the browser, I get the following error in my code:

Fehlerdetails: {'code': 'InvalidUri', 'message': 'The recordings URI is invalid.'}

I created the SAS URL as follows:

Container: audiotest

File: test.flac

Permissions: Read

Signing: Account Key

Time window: valid at the time of the request

Format: https://mytranscription.blob.core.windows.net/audiotest/GermanTestAudio.flac?

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,983 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.