Azure 文本转语音
POST
/api/v1/azure/tts您可通过此接口直接访问Azure的神经网络语音模型,实现将文字转换为音频的功能。(您需要在您的API密钥上勾选azure-tts-1
权限才可以调用此接口
定价:
最终代币消耗为:input的字符串长度 * 5
参考:
请求参数
Body 参数application/x-www-form-urlencoded
input
string
要转换成语音的文字
示例值:
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!
voiceShortName
string
必需
Azure 语音短名称 可从另一个开放API直接获取
示例值:
en-US-JennyNeural
isSSML
string
可选
input是否已经是SSML格式了 YES: true , NO: false, Default: false
示例值:
false
rate
string
可选
示例值:
1
pitch
string
可选
示例值:
1
style
string
可选
示例值:
excited
role
string
可选
示例值:
YoungAdultFemale
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
object {0}
示例
{}
最后修改时间: 10 个月前