deepgram-go-text-intelligence
Installation
SKILL.md
Using Deepgram Text Intelligence from the Go SDK
When to use this product
Use this skill for plain-text analysis handled by pkg/client/analyze.
- summarization
- sentiment on text input
- URL, file, or stream based Read requests
Use a different skill when:
- your source material is audio and should go through
/v1/listen(deepgram-go-audio-intelligence) - you need transcription first (
deepgram-go-speech-to-text) - you need admin endpoints (
deepgram-go-management-api)
Authentication
Set DEEPGRAM_API_KEY before creating the analyze client.