Creates a voice cloning job and initializes its basic information.
Operation description
-
Billing for voice cloning is based on customization and usage. For more information, see Voice cloning billing.
-
Call this operation to achieve entertainment-grade results. You need to record 20 predefined scripts. The system then extracts key voiceprint features to perform voice cloning quickly and cost-effectively.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ice:CreateCustomizedVoiceJob |
create |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| VoiceId |
string |
Yes |
The custom voice ID. This is typically an English name or Pinyin.
|
xiaozhuan |
| VoiceName |
string |
No |
The voice name, typically in Chinese.
|
小专 |
| VoiceDesc |
string |
No |
The voice description.
|
这是一个个性化声音 |
| Gender |
string |
Yes |
The gender. Valid values:
|
female |
| Scenario |
string |
Yes |
The scenario. Valid values:
|
story |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response body. |
||
| RequestId |
string |
The request ID. |
******11-DB8D-4A9A-875B-275798****** |
| Success |
boolean |
Indicates whether the request was successful.
|
true |
| Data |
object |
The response data. |
|
| VoiceId |
string |
The voice ID. |
xiaozhuan |
| JobId |
string |
The voice cloning job ID. |
****29faef8144638ba42eb8e037**** |
Examples
Success response
JSON format
{
"RequestId": "******11-DB8D-4A9A-875B-275798******",
"Success": true,
"Data": {
"VoiceId": "xiaozhuan",
"JobId": "****29faef8144638ba42eb8e037****"
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.