Skip to main content
PATCH
Update a voice in the voice library

Authorizations

X-API-KEY
string
header
required

Path Parameters

accountId
string
required
voiceId
string
required

Body

application/json

Request schema for updating a voice.

All fields are optional — only provided fields are patched.

name
string

Human-readable voice name

provider
string

TTS provider

config
object

Provider-specific voice config

providerVoiceId
string

Voice ID from the TTS provider

voiceMetadata
object

Additional voice metadata

Response

Successful response

Response for single voice endpoints.

voice
object
required

A single voice as returned by the public API.

Last modified on May 29, 2026