Rate this page:

Voice Agent API Client

Deepgram AI is a fast, unified voice platform that delivers instant speech recognition, natural speech synthesis, and smart conversational handling, making it easy to build responsive, human-like voice experiences.

You can integrate the Deepgram Voice Agent API Client in your Voximplant application via the Deepgram VoxEngine module. It provides a client interface to communicate with the Deepgram models in real time and produce both audio and text transcriptions.

Usage

Copy URL
  1. Require the Modules.Deepgram module in your VoxEngine scenario.
  2. Create a Deepgram.VoiceAgentClient instance (via the Deepgram.createVoiceAgentClient method) and provide your parameters.
  3. Send media between Call and Deepgram.VoiceAgentClient (via the *.sendMedia or VoxEngine.sendMediaBetween methods).
  4. Listen to the Deepgram.VoiceAgentClient events (via the Deepgram.VoiceAgentEvents event list) and implement you application business logic.

Here is the complete scenario example for your reference:

Deepgram Voice Agent API Client

Deepgram Voice Agent API Client