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.
2 parents e6fb446 + 1f7895e commit 2573cf7Copy full SHA for 2573cf7
articles/cognitive-services/Speech-Service/includes/quickstarts/text-to-speech-basics/rest.md
@@ -22,8 +22,8 @@ At a command prompt, run the following cURL command. Insert the following values
22
key="YourSubscriptionKey"
23
region="YourServiceRegion"
24
25
-curl --location --request POST 'https://$region.tts.speech.microsoft.com/cognitiveservices/v1' \
26
---header 'Ocp-Apim-Subscription-Key: $key' \
+curl --location --request POST "https://$region.tts.speech.microsoft.com/cognitiveservices/v1" \
+--header "Ocp-Apim-Subscription-Key: $key" \
27
--header 'Content-Type: application/ssml+xml' \
28
--header 'X-Microsoft-OutputFormat: audio-16khz-128kbitrate-mono-mp3' \
29
--header 'User-Agent: curl' \
0 commit comments