curl --location --request POST '/openApiDigitalPerson/customer/createSubtitle?url=' \
--header 'authorization: {{auth|md5}}' \
--header 'req_from: C' \
--header 'timestamp: {{timestamp}}' \
--header 'app_id: {{appId}}' \
--header 'account: 19999999999'
{
"code": 200,
"data": [
{
"text": "这是一段测试文字吼",
"channelId": null,
"beginTime": 0,
"emotionValue": null,
"silenceDuration": null,
"speechRate": null,
"endTime": 1737
},
{
"text": "吼吼吼吼吼、吼吼吼吼吼吼吼吼吼",
"channelId": null,
"beginTime": 1738,
"emotionValue": null,
"silenceDuration": null,
"speechRate": null,
"endTime": 4779
},
{
"text": "哈哈哈哈。哈哈哈哈哈哈",
"channelId": null,
"beginTime": 5190,
"emotionValue": null,
"silenceDuration": null,
"speechRate": null,
"endTime": 6750
}
],
"requestId": "vVVBghEw",
"resultMsg": "执行成功",
"host": "develop-005",
"errorStackTrace": null
}