Creates a human voice cloning job. You can configure the basic information of the human voice cloning job.
Operation description
-
If you want to achieve entertainment-level effects,You can call this API,When using,You need to record fixed 20 Script,The system will extract key voiceprint features,You can quickly and cost-effectively customize voice cloning.
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 voice ID. It can be the English name or Chinese Pinyin of the voice.
|
xiaozhuan |
| VoiceName |
string |
No |
The voice name.
|
Xiao Zhuan |
| VoiceDesc |
string |
No |
The voice description.
|
This is a personalized voice |
| 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 parameters. |
||
| RequestId |
string |
The request ID. |
******11-DB8D-4A9A-875B-275798****** |
| Success |
boolean |
Indicates whether the request was successful. Valid values: true false |
true |
| Data |
object |
The data returned. |
|
| VoiceId |
string |
The voice ID. |
xiaozhuan |
| JobId |
string |
The ID of the human voice cloning job. |
****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.