Update Speech Engine
Update a Speech Engine resource (partial update)
Path parameters
speech_engine_id
The speech engine ID (accepts seng_ or agent_ prefix)
Headers
xi-api-key
Request
This endpoint expects an object.
name
speech_engine
asr
tts
turn
vad
conversation
privacy
call_limits
language
cascade_timeout_seconds
Time in seconds to wait for the upstream speech engine endpoint to respond before the attempt is abandoned and retried. Must be between 2 and 15 seconds.
overrides
Response
Successful Response
speech_engine_id
The speech engine resource ID
name
Human-readable name for the speech engine
speech_engine
WebSocket connection settings for the upstream transcript server
asr
Automatic speech recognition configuration
tts
Text-to-speech output configuration
turn
Turn detection configuration
vad
Configuration for voice activity detection
conversation
Conversation-level settings including client events and duration limits
privacy
Privacy settings controlling recording, retention, and PII handling
call_limits
Concurrency and daily conversation limits for this speech engine
language
ISO language code used by the speech engine (e.g. ‘en’)
cascade_timeout_seconds
Time in seconds to wait for the upstream speech engine endpoint to respond before the attempt is abandoned and retried. Must be between 2 and 15 seconds.
overrides
Override settings the client may set during conversation initiation
metadata
Creation and update timestamps with source information
access_info
The access information of the speech engine for the user
Errors
422
Unprocessable Entity Error