We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ea82c9 commit 1f7895eCopy full SHA for 1f7895e
articles/cognitive-services/Speech-Service/includes/quickstarts/text-to-speech-basics/rest.md
@@ -25,8 +25,8 @@ At a command prompt, run the following cURL command. Insert the following values
25
key="YourSubscriptionKey"
26
region="YourServiceRegion"
27
28
-curl --location --request POST 'https://$region.tts.speech.microsoft.com/cognitiveservices/v1' \
29
---header 'Ocp-Apim-Subscription-Key: $key' \
+curl --location --request POST "https://$region.tts.speech.microsoft.com/cognitiveservices/v1" \
+--header "Ocp-Apim-Subscription-Key: $key" \
30
--header 'Content-Type: application/ssml+xml' \
31
--header 'X-Microsoft-OutputFormat: audio-16khz-128kbitrate-mono-mp3' \
32
--header 'User-Agent: curl' \
0 commit comments