LMNT

Update voice

voices.update(id: string, body: VoiceUpdateParams): Promise<unknown>
PUT
/v1/ai/voice/{id}

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

Parameters

id
string
required

The id of the voice, which can be retrieved by a call to List voices.

description
string

A description of this voice.

gender
string

A tag describing the gender of this voice, e.g. male, female, nonbinary.

name
string

The display name for this voice.

starred
boolean

If true, adds this voice to your starred list.

Returns

unknown where each VoiceUpdateResponse is:

voice
Voice
required

Voice details