Speechmatics STT is now available in Mission Control, Voice API, and WebSocket transcription. Developers can configure speechmatics/standard for real-time transcription with interim results in live voice workflows.
Speechmatics as the transcription engine for real-time Voice API transcription.speechmatics/standard for live call transcription.transcription_engine set to Speechmatics.transcription_model to speechmatics/standard.curl -X POST "https://api.telnyx.com/v2/calls/{call_control_id}/actions/transcription_start" \ -H "Authorization: Bearer $TELNYX_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "transcription_engine": "Speechmatics", "transcription_engine_config": { "transcription_engine": "Speechmatics", "language": "en", "transcription_model": "speechmatics/standard", "interim_results": true } }'
Learn more in the Speech-to-Text models documentation.