文字转语音
POST/v1/aibot/bots/:botId/text-to-speech
文字转语音
Request
Path Parameters
botId stringrequired
- application/json
Body
required
text stringrequired
合成语音的源文本
voiceType number
音色 ID, 101004:通用男声 101005:通用女声 601004:咨询男声 501001:咨询女声 101010:通用男声(大模型) 101035:通用女声(大模型)
Responses
- 201
- application/json
- Schema
- Example (from schema)
Schema
object
{}
Loading...