Domain name for API request: vod.intl.tencentcloudapi.com.
This API is used to initiate a voice cloning task. It clones an exclusive voice based on reference audio. The generated voice can be used for subsequent text to speech.
A maximum of 20 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
| Parameter Name | Required | Type | Description |
|---|---|---|---|
| Action | Yes | String | Common Params. The value used for this API: CloneVoiceSync. |
| Version | Yes | String | Common Params. The value used for this API: 2018-07-17. |
| Region | No | String | Common Params. This parameter is not required. |
| SubAppId | No | String | VOD application ID. For customers who activate on-demand services after December 25, 2023, this field must be set to the app ID when accessing resources in on-demand applications, whether in the default application or a newly created application. |
| AudioData | No | String | Base64-encoded audio for cloning. |
| AudioUrl | No | String | Cloning audio URL. Valid when AudioData is empty. |
| AudioFileId | No | String | Clone file FileID. Valid when AudioData and AudioUrl are empty |
| LanguageBoost | No | String | Language enhancement, such as "zh" "en" "auto", default "auto" |
| ExtParam | No | String | Extended parameters for synchronous timbre clone. Supported fields of
|
| Parameter Name | Type | Description |
|---|---|---|
| VoiceId | String | Cloned timbre |
| DemoAudio | String | Audition audio. |
| ExtInfo | String | Extended information. |
| RequestId | String | The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem. |
Synchronize timbre clone
POST / HTTP/1.1
Host: vod.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: CloneVoiceSync
<Common request parameters>
{
"AudioFileId": "966263******778501",
"LanguageBoost": "zh",
"ExtParam": "{\"text\": \"The seed stays silent in the soil, preparing for the thunder when it breaks through the ground.\", \"tts_model\":\"minimax-speech-2.8-hd\"}",
"SubAppId": "221***",
"AudioUrl": "https://laurie-tmp-1300828900.cos.accelerate*******************************************Async-773ca8f1756ed5fd016988dccb91eaa9t.wav"
}
{
"Response": {
"DemoAudio": "https://laurie-tmp-1300828900.cos.acce**************************************c3-41db-aa7a-29931e416b5b-preview.mp3",
"ExtInfo": "{\"audio_length\":0,\"word_count\":34}",
"VoiceId": "minimax_9*********d39-40d7",
"RequestId": "60f2d5dc-2dc3-41db-aa7a-29931e416b5b"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
There is no error code related to the API business logic. For other error codes, please see Common Error Codes.
Was this page helpful?
You can also Contact sales or Submit a Ticket for help.
Help us improve! Rate your documentation experience in 5 mins.
Feedback