How to get output from tts long audio API it return success but without output?

mousa alshaikh 0 Reputation points
2023-05-16T10:13:36.6333333+00:00

I'm trying to export long audio through the REST API, the API return success 200 without output!? any idea how to fix the issue?

note: ssml language is ar-SA - ar-SA-HamedNeural (Male)

curl --location 'https://eastus.customvoice.api.speech.microsoft.com/cognitiveservices/v1' \
--header 'Content-Type: application/ssml+xml' \	
--header 'X-Microsoft-OutputFormat: riff-24khz-16bit-mono-pcm' \
--header 'User-Agent: postman' \
--header Bearer valid token
--data valid ssml 

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,380 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,349 questions
{count} votes