Create a tone
POST
/v1/tones请求参数
Body 参数application/json
name
string
必需
value
string
必需
metadata
object
必需
customer_id
string
必需
settings
object
必需
appVisibility
string
必需
示例
{
"name": "Dove Soap",
"value": "The Brand Voice is always empathetic, helpful, and informative. It always maintains a caring and understanding tone, focusing on providing solutions to common problems. The brand voice is never professional or formal, but always casual and friendly, aiming to establish a close connection with the audience. It never falls on the serious end of the spectrum, occasionally incorporating a touch of humor to keep the tone light and engaging.",
"metadata": {
"customer_id": "customer123"
},
"settings": {
"appVisibility": "visible"
}
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
object {0}
示例
{}
最后修改时间: 10 个月前