azure-tts-1
权限才可以调用此接口Authorization: Bearer ********************
curl --location --request POST 'https://cn2us02.opapi.win/api/v1/azure/tts' \
--data-urlencode 'input=Hello there! I hope you'\''re having an amazing day so far. It'\''s always a pleasure to connect with new people and share experiences. Looking forward to getting to know you better! Cheers!' \
--data-urlencode 'voiceShortName=en-US-JennyNeural' \
--data-urlencode 'isSSML=false' \
--data-urlencode 'rate=1' \
--data-urlencode 'pitch=1' \
--data-urlencode 'style=excited' \
--data-urlencode 'role=YoungAdultFemale'
{}