Submits a basic voice cloning job.
Operation description
-
Submit voice cloningTask,VoiceId Must be consistent with the audio detection,The cloud relies on this parameter to find cached audio for training.
-
During training,You canApprovedCall GetCustomizedVoiceJob - Query voice cloningTaskAPITo get currentTaskWhether completed or Training status, etc.Information.
-
CallThisAPIAfter,Will be returned synchronously JobId,The training process is asynchronous.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ice:SubmitCustomizedVoiceJob |
create |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| VoiceId |
string |
Yes |
The voice ID. |
xiaozhuan |
| DemoAudioMediaURL |
string |
No |
The URL of the sample audio file.
|
https://your-bucket.oss-cn-shanghai.aliyuncs.com/demo.MP3 |
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 |
| Data |
object |
The data returned. |
|
| JobId |
string |
The ID of the human voice cloning job. |
****d718e2ff4f018ccf419a7b71**** |
| VoiceId |
string |
The voice ID. |
xiaozhuan |
Examples
Success response
JSON format
{
"RequestId": "******11-DB8D-4A9A-875B-275798******",
"Success": true,
"Data": {
"JobId": "****d718e2ff4f018ccf419a7b71****",
"VoiceId": "xiaozhuan"
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.