Skip to main content

Get Default Configurations

GET /api/v1/user/configurations/defaults — request parameters and responses from the Menace Voice API schema.
1 min read
get/api/v1/user/configurations/defaults
Request example
Response
get/api/v1/user/configurations/defaults

See authentication for workspace API access. Public embed and artifact endpoints use their documented session or access tokens.

Responses

application/json
Successful Response
llmobjectrequired#
Show child attributes
{key}object#
ttsobjectrequired#
Show child attributes
{key}object#
sttobjectrequired#
Show child attributes
{key}object#
embeddingsobjectrequired#
Show child attributes
{key}object#
realtimeobjectrequired#
Show child attributes
{key}object#
default_providersobjectrequired#
Show child attributes
{key}string#
workflow_configurationsobjectrequired#
Show child attributes
agent_setupobject · null#
Show child attributes
voice_clone_idstring · null#
Show child attributes
ambient_noise_configurationobject#
Show child attributes
enabledboolean#

Default: false

volumenumber#

Default: 0.3

max_call_durationinteger#

Default: 300

Range: 0 < x <= 1200

max_user_idle_timeoutnumber#

Default: 10

smart_turn_stop_secsnumber#

Default: 2

turn_start_strategyenum<string>#

Default: "default"

Options:defaultmin_wordsprovisional_vad
turn_start_min_wordsinteger#

Default: 3

provisional_vad_pause_secsnumber#

Default: 1.5

turn_stop_strategyenum<string>#

Default: "transcription"

Options:transcriptionturn_analyzer
dictionarystring#

Default: ""

context_compaction_enabledboolean#

Default: false

call_dispositionsobject[]#
Allowed business outcomes for terminal call classification. Each entry defines the exact stored code and the criteria for selecting it.

Items: max 50

Show child attributes
codestringrequired#
Stable code recorded when this outcome is selected.

Length: 1–64Pattern: ^[A-Za-z][A-Za-z0-9_-]*$

descriptionstringrequired#
Business criteria for selecting this disposition.

Length: 1–1000

text_chat_inactivity_timeout_secondsinteger#

Default: 1800

Range: 60–10500

external_pbx_field_mappingsobject[]#

Items: max 100

Show child attributes
context_pathstringrequired#

Length: 1–255

destination_fieldstringrequired#

Pattern: ^[A-Za-z][A-Za-z0-9_]{0,63}$

external_pbx_lead_headersstring[]#

Items: max 50

default_call_dispositionsobject[]required#
Built-in suggestions for call-disposition extraction. They do not enable extraction until saved in workflow_configurations.call_dispositions.
Show child attributes
codestringrequired#
Stable code recorded when this outcome is selected.

Length: 1–64Pattern: ^[A-Za-z][A-Za-z0-9_-]*$

descriptionstringrequired#
Business criteria for selecting this disposition.

Length: 1–1000

text_chat_inactivity_timeout_constraintsobjectrequired#
Backend-owned timeout metadata consumed by generated API clients.
Show child attributes
default_secondsinteger#

Default: 1800

minimum_secondsinteger#

Default: 60

maximum_secondsinteger#

Default: 10500

widget_text_defaultsobjectrequired#
Every visitor-facing string the embed widget can render.
Show child attributes
endChatTextstring#

Default: "End chat"

conversationEndedTextstring#

Default: "Conversation ended."

startNewChatTextstring#

Default: "Start new chat"

chatRetryTextstring#

Default: "Retry"

chatInputPlaceholderstring#

Default: "Type a message…"

sendMessageLabelstring#

Default: "Send message"

closeChatLabelstring#

Default: "Close chat"

voiceConnectingTextstring#

Default: "Connecting…"

voiceEndCallTextstring#

Default: "End Call"

voiceRetryTextstring#

Default: "Retry"

voiceReadyTitlestring#

Default: "Ready to Connect"

voiceConnectingSubtextstring#

Default: "Please wait while we establish the connection"

voiceConnectedTitlestring#

Default: "Connected"

voiceConnectedSubtextstring#

Default: "Your voice call is now active"

voiceCallEndedTitlestring#

Default: "Call ended"

voiceCallEndedSubtextstring#

Default: "Click below to start a new call"

voiceConnectionFailedTitlestring#

Default: "Connection failed"

voiceConnectionFailedSubtextstring#

Default: "Please check your microphone and try again"

voiceConnectionLostTitlestring#

Default: "Connection lost"

voiceConnectionLostSubtextstring#

Default: "The call has been disconnected"