v5
latestOpenAPI 3.1.02026-08-043621,4011.8 MBSpeech Engine
Get Speech Engine
Retrieve a Speech Engine resource
get/v1/speech-engine/{speech_engine_id}
Path parameters
speech_engine_idstring required
The speech engine ID (accepts seng_ or agent_ prefix)
Example:seng_3701k3ttaq12ewp8b7qv5rfyszkz
The speech engine ID (accepts seng_ or agent_ prefix)
Headers
xi-api-keystring nullable
Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.
Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.
Response
Successful Response
Example response
{
"asr": {
"keywords": [],
"provider": "elevenlabs",
"quality": "high",
"user_input_audio_format": "pcm_16000"
},
"call_limits": {
"agent_concurrency_limit": -1,
"bursting_enabled": true,
"daily_limit": 100000
},
"conversation": {
"client_events": [
"audio",
"interruption",
"agent_response",
"user_transcript"
],
"max_duration_seconds": 600
},
"language": "en",
"metadata": {
"created_at_unix_secs": 1714000000,
"created_from": "api",
"last_updated_from": "api",
"updated_at_unix_secs": 1714000000
},
"name": "My Speech Engine",
"overrides": {
"first_message": false
},
"privacy": {
"apply_to_existing_conversations": false,
"delete_audio": false,
"delete_transcript_and_pii": false,
"record_voice": true,
"retention_days": -1,
"zero_retention_mode": false
},
"speech_engine": {
"request_headers": {},
"ws_url": "wss://example.com/transcript"
},
"speech_engine_id": "seng_3701k3ttaq12ewp8b7qv5rfyszkz",
"tags": [
"production",
"v1"
],
"tts": {
"agent_output_audio_format": "pcm_16000",
"model_id": "eleven_flash_v2",
"optimize_streaming_latency": 3,
"similarity_boost": 0.8,
"speed": 1,
"stability": 0.5,
"voice_id": "cjVigY5qzO86Huf0OWal"
},
"turn": {
"mode": "turn",
"silence_end_call_timeout": -1,
"turn_eagerness": "normal",
"turn_timeout": 7
},
"vad": {
"background_voice_detection": false
}
}