I want transcribe longer audio files (at least 5 minutes) using REST APIs from Microsoft. There are a lot of different products and names, e.g. Speech service API or Bing Speech API. None of the REST APIs I tried so far supports transcribing longer audio files.
The documentation states there is a REST API exactly for this case: https://learn.microsoft.com/en-us/azure/cognitive-services/speech-service/batch-transcription
What is the endpoint for this service?
https://westeurope.cris.ai/api/speechtotext/v2.0/transcriptions
with a subscription key fromhttps://westeurope.cris.ai/Subscriptions
and I get error 400 "Only "Standard" subscriptions for the region of the called service are valid." – Tel