Voices

Create voice

POST
/v1/ai/voice

Submits a request to create a voice with a supplied voice configuration and a batch of input audio data.

Retrieve voice

GET
/v1/ai/voice/{id}

Returns details of a specific voice.

Update voice

PUT
/v1/ai/voice/{id}

Updates metadata for a specific voice. Only provided fields will be changed.

Delete voice

DELETE
/v1/ai/voice/{id}

Deletes a voice and cancels any pending operations on it. Cannot be undone.

List voices

GET
/v1/ai/voice/list

Returns a list of voices available to you.

Models


class Voice: …