{
"text": "你好,我是你的专属AI克隆声音,希望未来的日子一起好好相处哦!",
"speakerId": "68e8d31a49c3b000398828dc",
"language": "zh-CN",
"speedRatio": 1,
"volume": 1,
"codec": "mp3",
"marks": [
{
"type": "break",
"index": 1,
"time": 2000
},
{
"type": "replace",
"indexRange": [
7,
8
],
"text": "个人"
}
]
}curl --location --request POST 'https://openapi.shanjian.tv/v1/effect/tts' \
--header 'Authorization: Bearer {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"text": "你好,我是你的专属AI克隆声音,希望未来的日子一起好好相处哦!",
"speakerId": "68e8d31a49c3b000398828dc",
"language": "zh-CN",
"speedRatio": 1,
"volume": 1,
"codec": "mp3",
"marks": [
{
"type": "break",
"index": 1,
"time": 2000
},
{
"type": "replace",
"indexRange": [
7,
8
],
"text": "个人"
}
]
}'{
"code": "string",
"data": {
"taskId": "string"
},
"message": "string",
"requestId": "string"
}