Getting 408 in Batch speech to text transcription file

Bhaswati Saha 0 Reputation points
2025-02-21T11:14:13.4266667+00:00

I am running azure speech to text using batch transcription API. I am able to create the transcription. It is getting succeed. But when trying to access the transcription files using the below API, I am getting 408 error.

curl -v -X GET "https://YourServiceRegion.api.cognitive.microsoft.com/speechtotext/v3.2/transcriptions/YourTranscriptionId/files" -H "Ocp-Apim-Subscription-Key: YourSubscriptionKey"

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

2 answers

Sort by: Most helpful
  1. Alex Burlachenko 1,665 Reputation points
    2025-02-21T12:43:13.6166667+00:00

    I just try to delete double post of myself... does tha work or not? User's image

    0 comments No comments

  2. Alex Burlachenko 1,665 Reputation points
    2025-02-21T12:44:12.6766667+00:00

    Hi Bhaswati! You’re usin Azure Speech to Text batch API, it says succeeded, but fetchin the files with curl -v -X GET "https://YourRegion.api.cognitive.microsoft.com/speechtotext/v3.2/transcriptions/YourId/files" -H "Ocp-Apim-Subscription-Key: YourKey" chucks a 408 timeout. Server’s dawdlin or somethin’s off. Check your transcription ID, try curl --max-time 60, hit the files URL from the status direct. Could be region lag or Blob Storage perms messin up. Test a tiny file, see if it’s quicker. Spill the status or errors, I’ll fix it sharpish! Rgds, Alex


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.