Create PVC voice

Creates a new PVC voice with metadata but no samples

Headers

xi-api-keystringRequired

Request

This endpoint expects an object.
namestringRequired<=100 characters
The name that identifies this voice. This will be displayed in the dropdown of the website.
languagestringRequired
Language used in the samples.
descriptionstringOptional<=500 characters
Description to use for the created voice.
labelsmap from strings to stringsOptional
Serialized labels dictionary for the voice.

Response

Successful Response
voice_idstring
The ID of the voice.

Errors