Light Mode
创建新的模板
POST
/api/templateLast modified: 7 个月前
请求参数
Body Params application/json
name
string
required
模板名称
description
string
optional
模板描述
contents
array [object {2}]
optional
模板内容列表
voiceId
string
required
语音角色 ID
text
string
required
文本内容
Example
{
"name": "string",
"description": "string",
"contents": [
{
"voiceId": "string",
"text": "string"
}
]
}
示例代码
Responses
成功创建模板(200)
请求参数错误(400)
HTTP 状态码: 200
内容格式: JSONapplication/json
Data Schema
status
integer
required
状态码
Example:
200
message
string
required
状态信息
Example:
OK
data
#/definitions/92388838required
创建的模板详情
Example
Not configured
Last modified: 7 个月前