I just try to delete double post of myself... does tha work or not?
Getting 408 in Batch speech to text transcription file
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"
2 answers
Sort by: Most helpful
-
Alex Burlachenko 1,665 Reputation points
2025-02-21T12:43:13.6166667+00:00 -
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