deepgram-java-audio-intelligence

Installation
SKILL.md

Using Deepgram Audio Intelligence (Java SDK)

Audio intelligence is not a separate client in this SDK. It is the Listen V1 REST request surface with additional analysis fields enabled.

When to use this product

  • You have audio and want transcript + analysis together.
  • REST is the main path; the Java WebSocket client only exposes the real-time subset.

Use a different skill when:

  • You want plain transcription only → deepgram-java-speech-to-text.
  • You already have text and only need text analysis → deepgram-java-text-intelligence.
  • You need turn-aware conversational streaming → deepgram-java-conversational-stt.

Authentication

import com.deepgram.DeepgramClient;
Installs
3
GitHub Stars
8
First Seen
Jun 12, 2026
deepgram-java-audio-intelligence — deepgram/deepgram-java-sdk