Update speech engine

Update a Speech Engine resource (partial update)

Path parameters

speech_engine_idstringRequired

The speech engine ID (accepts seng_ or agent_ prefix)

Headers

xi-api-keystringOptional

Request

This endpoint expects an object.
namestring or nullOptional
speech_engineobject or nullOptional
asrobject or nullOptional
ttsobject or nullOptional
turnobject or nullOptional
conversationobject or nullOptional
privacyobject or nullOptional
call_limitsobject or nullOptional
languagestring or nullOptional
tagslist of strings or nullOptional
overridesobject or nullOptional

Response

Successful Response
speech_engine_idstring
The speech engine resource ID
namestring

Human-readable name for the speech engine

speech_engineobject
WebSocket connection settings for the upstream transcript server
asrobject
Automatic speech recognition configuration
ttsobject

Text-to-speech output configuration

turnobject
Turn detection configuration
conversationobject

Conversation-level settings including client events and duration limits

privacyobject
Privacy settings controlling recording, retention, and PII handling
call_limitsobject
Concurrency and daily conversation limits for this speech engine
languagestring

ISO language code used by the speech engine (e.g. ‘en’)

tagslist of strings
Arbitrary tags for categorization and filtering
overridesobject
Override settings the client may set during conversation initiation
metadataobject
Creation and update timestamps with source information

Errors

422
Unprocessable Entity Error