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. Voice cloning is an asynchronous task. The voice ID and audio audition are generated after task completion.
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: CloneVoiceAsync. |
| 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. From December 25, 2023, customers who activate on-demand services must fill in this field with 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 | Voice clone expansion parameters. Fields supported by
|
| SessionContext | No | String | Identifies the source context. This is used to pass through user request information. The callback and task flow status change callback will return the value of this field. The maximum length is 1000 characters. |
| SessionId | No | String | Identification Code for Task Deduplication. If a request with the same identification code has been sent within the past 3 days, an error will be returned for the current request. The maximum length is 50 characters. If this is not specified or left empty, deduplication is not performed. |
| Parameter Name | Type | Description |
|---|---|---|
| TaskId | String | Task ID. Use this ID to query the result. |
| 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. |
Voice Cloning
POST / HTTP/1.1
Host: vod.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: CloneVoiceAsync
<Common request parameters>
{
"SubAppId": "260***028",
"AudioUrl": "https://laurie-tmp-1300828900.cos.accelerate.m**********************************************136a4dea53b5db4493680d0d51bf33e2t-preview.mp3",
"LanguageBoost": "zh",
"ExtParam": "{ \"model\":\"minimax-speech-02-hd\", \"text\": \"The seed stays silent in the soil to become thunder when it breaks through\" }"
"SessionId": "6bb56a09278***********6dab783efe"
}
{
"Response": {
"TaskId": "260085028-CloneVoice********************4f1788e0b7f851c1e1t",
"RequestId": "ede949b5-2f8e-40e8-9fde-ee5cdb64d24b"
}
}
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