Create speech engine
Create a new Speech Engine resource
Headers
xi-api-key
Request
This endpoint expects an object.
speech_engine
Speech engine WebSocket configuration
name
Name of the speech engine
asr
ASR configuration
tts
TTS configuration
turn
Turn detection configuration
conversation
Conversation configuration (client events, etc.)
privacy
Privacy settings (recording, retention, zero retention mode)
call_limits
Concurrency and daily conversation limits for this speech engine
language
Language for the speech engine
overrides
Override settings the client may set during conversation initiation
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
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’)
overrides
Override settings the client may set during conversation initiation
metadata
Creation and update timestamps with source information
Errors
422
Unprocessable Entity Error