deepgram-python-text-intelligence
Installation
SKILL.md
Using Deepgram Text Intelligence (Python SDK)
Analyze plain text (or a hosted text URL) for sentiment, summarization, topics, and intents via /v1/read.
When to use this product
- You have text already (a transcript, document, chat log, email) and want analytics.
- You want a quick one-shot analysis — REST only, no streaming.
Use a different skill when:
- The source is audio and you want analytics overlays →
deepgram-python-audio-intelligence(same analytics, applied at transcription time).
Authentication
from dotenv import load_dotenv
load_dotenv()