Create a voice
Creates a voice from a reference, such as a clip to clone, or from a blend of voices the engine has.
POST /engines/{engine}/voices
note
SDK method: createVoice
Attributes
Attributes (1)
| Attribute | Type | Required | Description |
|---|---|---|---|
engine | string | Yes | Path parameter. |
Request body (multipart/form-data)
Accepts a CreateVoiceForm object.
Response
201 Created — Returns a Voice object.
400 Bad Request — Returns a ErrorBody object.
403 Forbidden — Returns a ErrorBody object.
404 Not Found — Returns a ErrorBody object.
422 Unprocessable Entity — Returns a ErrorBody object.