Create new voice
Voices
Create new voice
Create a new voice for training. Returns presigned URLs for uploading training audio files.
POST
Create new voice
Authorizations
API key in the format: "Api-Key "
Body
application/json
Display name for the voice (1-50 characters)
Required string length:
1 - 50Example:
"My Custom Voice"
Number of audio files to upload for training (1-5)
Required range:
1 <= x <= 5Example:
3
Maximum duration of training audio in minutes (5-60)
Required range:
5 <= x <= 60Example:
10
Whether to use vocal separation during training
Example:
true
Response
200 - application/json
Voice created successfully
Presigned URLs for uploading training audio files
Example:
[
"https://s3.amazonaws.com/bucket/models/123e4567-e89b-12d3-a456-426614174000/vocals/123e4567-e89b-12d3-a456-426614174000_0?X-Amz-Signature=...",
"https://s3.amazonaws.com/bucket/models/123e4567-e89b-12d3-a456-426614174000/vocals/123e4567-e89b-12d3-a456-426614174000_1?X-Amz-Signature=..."
]