Skip to main content

action.start

Start a live translation session.

Properties

NameTypeDefaultDescription
webhook Optionalstring-The webhook URI to be called.
lang RequiredstringenThe language to transcribe.
Learn more about our supported Voices & Languages here.
live_events OptionalbooleanfalseWhether to enable live events.
ai_summary OptionalbooleanfalseWhether to enable AI summarization.
speech_timeout Optionalinteger-The timeout for speech recognition.
vad_silence_ms Optionalinteger-Voice activity detection silence time in milliseconds.
vad_thresh Optionalinteger-Voice activity detection threshold.
debug_level Optionalinteger0Debug level for logging.
direction Required[]local-callerThe direction of the call that should be transcribed.
Possible Values: [remote-caller, local-caller]
speech_engine Optionalstring-The speech engine to be used.
Learn more about our supported Voices & Languages here.
summary_prompt Optionalstring-The prompt for summarization.

Example

live_transcribe:
action:
start:
webhook: 'https://example.com/webhook'
lang: en
live_events: true
ai_summary: false
speech_timeout: 30
vad_silence_ms: 500
vad_thresh: 0.6
debug_level: 2
direction:
- remote-caller
- local-caller
speech_engine: default
summary_prompt: Summarize this conversation