POST /template HTTP/1.1Host: <BucketName-APPID>.ci.<Region>.myqcloud.comDate: <GMT Date>Authorization: <Auth String>Content-Length: <length>Content-Type: application/xml<body>
<Request><Tag>VoiceSeparate</Tag><Name>TemplateName</Name><AudioMode>IsAudio</AudioMode><AudioConfig><Codec>aac</Codec><Samplerate>44100</Samplerate><Bitrate>128</Bitrate><Channels>4</Channels></AudioConfig></Request>
Node Name (Keyword) | Parent Node | Description | Type | Required |
Request | None | Request container | Container | Yes |
Request
has the following sub-nodes:Node Name (Keyword) | Parent Node | Description | Type | Required | Constraints |
Tag | Request | Template tag: VoiceSeparate | String | Yes | None |
Name | Request | Template name, which can contain letters, digits, underscores (_), hyphens (-), and asterisks (*). | String | Yes | None |
AudioMode | Request | Audio output mode | String | Yes | IsAudio: Outputs voice IsBackground: Outputs background sound AudioAndBackground: Outputs voice and background sound |
AudioConfig | Request | Audio configuration | Container | Yes | None |
AudioConfig
has the following sub-nodes:Node Name (Keyword) | Parent Node | Description | Type | Required | Default Value | Constraints |
Codec | Request.Audio | Codec format | String | No | aac | Valid values: aac, mp3, flac, amr. |
Samplerate | Request.Audio | Sample rate | String | No | 44100 | 1. Unit: Hz
2. Valid values: 8000, 11025, 22050, 32000, 44100, 48000, 96000.
3. If Codec is aac or flac, the value cannot be 8000.
4. If Codec is mp3, the value cannot be 8000 or 96000.
5. If Codec is amr, the value can only be 8000. |
Bitrate | Request.Audio | Original audio bitrate | String | No | None | 1. Unit: Kbps
2. Value range: [8, 1000] |
Channels | Request.Audio | Number of sound channels | String | No | None | 1. If Codec is aac or flac, the value can be 1, 2, 4, 5, 6, or 8.
2. If Codec is mp3, the value can only be 1 or 2.
3. If Codec is amr, the value can only be 1. |
<Response><Template><Tag>VoiceSeparate</Tag><TemplateId>t1460606b9752148c4ab182f55163ba7cd</TemplateId><Name>TemplateName</Name><BucketId>test-1234567890</BucketId><Category>Custom</Category><VoiceSeparate><AudioMode>IsAudio</AudioMode><AudioConfig><Codec>mp3</Codec><Samplerate>44100</Samplerate><Bitrate>12</Bitrate><Channels>2</Channels></AudioConfig></VoiceSeparate><CreateTime>2020-08-05T11:35:24+0800</CreateTime><UpdateTime>2020-08-31T16:15:20+0800</UpdateTime></Template></Response>
Node Name (Keyword) | Parent Node | Description | Type |
Response | None | Response container | Container |
Response
has the following sub-nodes:Node Name (Keyword) | Parent Node | Description | Type |
TemplateId | Response.Template | Template ID | String |
Name | Response.Template | Template name | String |
BucketId | Response.Template | Template bucket | String |
Category | Response.Template | Template category: Custom or Official | String |
Tag | Response.Template | Template tag: VoiceSeparate | String |
UpdateTime | Response.Template | Update time | String |
CreateTime | Response.Template | Creation time | String |
VoiceSeparate | Response.Template | Template parameters | Container |
VoiceSeparate
has the following sub-nodes:Node Name (Keyword) | Parent Node | Description | Type |
AudioMode | Response.Template.VoiceSeparate | Same as Request.AudioMode in the request body. | String |
AudioConfig | Response.Template.VoiceSeparate | Same as Request.AudioConfig in the request body. | Container |
POST /template HTTP/1.1Authorization: q-sign-algorithm=sha1&q-ak=AKIDZfbOAo7cllgPvF9cXFrJD0a1ICvR****&q-sign-time=1497530202;1497610202&q-key-time=1497530202;1497610202&q-header-list=&q-url-param-list=&q-signature=28e9a4986df11bed0255e97ff90500557e0e****Host: test-1234567890.ci.ap-beijing.myqcloud.comContent-Length: 1666Content-Type: application/xml<Request><Tag>VoiceSeparate</Tag><Name>TemplateName</Name><AudioMode>IsAudio</AudioMode><AudioConfig><Codec>aac</Codec><Samplerate>44100</Samplerate><Bitrate>128</Bitrate><Channels>4</Channels></AudioConfig></Request>
HTTP/1.1 200 OKContent-Type: application/xmlContent-Length: 100Connection: keep-aliveDate: Thu, 14 Jul 2022 12:37:29 GMTServer: tencent-cix-ci-request-id: NTk0MjdmODlfMjQ4OGY3XzYzYzhf****<Response><Template><Tag>VoiceSeparate</Tag><TemplateId>t1460606b9752148c4ab182f55163ba7cd</TemplateId><Name>TemplateName</Name><BucketId>test-1234567890</BucketId><Category>Custom</Category><VoiceSeparate><AudioMode>IsAudio</AudioMode><AudioConfig><Codec>mp3</Codec><Samplerate>44100</Samplerate><Bitrate>12</Bitrate><Channels>2</Channels></AudioConfig></VoiceSeparate><CreateTime>2020-08-05T11:35:24+0800</CreateTime><UpdateTime>2020-08-31T16:15:20+0800</UpdateTime></Template></Response>
Was this page helpful?