Update voice

PUT
/v1/ai/voice/{id}

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

Headers

X-API-Key
string
required

Your API key; get it from your LMNT settings.

lmnt-version
string
required

The LMNT API version that this client was built against. Use 1.1

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.

tags
string[]

Replaces the tags attached to this voice with the given list.

Returns

class VoiceUpdateResponse: …