Create a tone
开发环境
开发环境
POST
/v1/tones
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://dev-cn.your-api-server.com/v1/tones?members&reference&Type&_postman_listIndexKey=key&_postman_listAllowsMultipleValues' \
--data-raw '{
"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"
}
}'
响应示例响应示例
{}
请求参数
Body 参数application/json
返回响应
修改于 2024-01-30 03:44:08