language | Language to use for speech recognition. See languages in transcription_engine_config. | | en |
interimResults | Whether to send also interim results. If set to false, only final results will be sent. Applies to transcriptionEngine A only. | | false |
transcriptionEngine | Engine to use for speech recognition. Available engines: Google (default), Telnyx, Deepgram, Azure, xAI, AssemblyAI, Soniox, Speechmatics. Each engine supports different models and languages - see model attribute and examples below. Legacy values “A” (maps to Google) and “B” (maps to Telnyx) are supported for backward compatibility. | Google, Telnyx, Deepgram, Azure, xAI, AssemblyAI, Soniox, Speechmatics, A, B | Google |
transcriptionTracks | Indicates which leg of the call will be transcribed. Use inbound for the leg that requested the transcription, outbound for the other leg, and both for both legs of the call. | inbound, outbound, both | inbound |
transcriptionCallback | URL that tells Telnyx where to make its GET or POST requests with transcription data. | | - |
transcriptionCallbackMethod | HTTP request type used for transcriptionCallback. | GET, POST | POST |
model | Optional model to use with the specified transcription engine. Format is vendor/model-name — e.g. deepgram/nova-2, deepgram/nova-3, azure/fast, assemblyai/universal-streaming, soniox/stt-rt-v4, speechmatics/standard, xai/grok-stt. The vendor must match transcriptionEngine. If not specified, the engine’s default model will be used. On Deepgram, defaults to deepgram/nova-3. See transcription models in transcription_engine_config. | | - |
hints | Hints to improve transcription accuracy. On Deepgram, this maps to the Nova-2 keyword biasing feature and is supported only on model="deepgram/nova-2"; it is silently dropped on Nova-3 (use keyterms instead). Accepts a comma-separated string. | | - |
keyterms | Deepgram Nova-3 keyterm prompting. Biases recognition toward domain-specific terms or brand names. Supported only on model="deepgram/nova-3"; silently dropped on Nova-2 (use hints instead). Accepts a comma-separated string. | | - |
smartFormat | Disable Deepgram’s smart formatting so the transcript stays lowercase with no punctuation. Deepgram-only; silently dropped on other engines. | | true |
apiKeyRef | Reference to the API key for authentication. See integration secrets documentation for details. The parameter is optional as defaults are available for some regions. | | - |
region | Region to use with the specified transcription engine. Required for Azure. See regions in transcription_engine_config. | | - |