{ "sourceText": "string", "ttsUrl": "string" }
curl --location --request POST '/openApiDigitalPerson/customer/subtitleComposeTTS' \ --header 'authorization: {{auth|md5}}' \ --header 'req_from: C' \ --header 'timestamp: {{timestamp}}' \ --header 'app_id: {{appId}}' \ --header 'account: 19999999999' \ --header 'Content-Type: application/json' \ --data-raw '{ "sourceText": "string", "ttsUrl": "string" }'
{ "code": 200, "data": [ { "silenceDuration": null, "speechRate": null, "channelId": null, "beginTime": 0, "emotionValue": null, "text": "哈哈哈哈哈哈哈", "endTime": 1240 } ], "requestId": "AeRvI34s", "resultMsg": "执行成功", "host": "daily-acp-03", "errorStackTrace": null }