Deepgram — speech to text
deepgram/api · version 1
envs add deepgram/api
This declares the keys below in your catalog and sets none of them. A template is a schema for keys; it never carries a value.
| Key | Needed | Kind | Notes |
|---|---|---|---|
DEEPGRAM_API_KEY |
required | secret | Deepgram says not to share secret keys in client-side code. Its authentication guide names no variable; this is the name Deepgram's own SDK reads. Rotate by generating a new key with least privilege and revoking the old.. where to get it |
DEEPGRAM_ACCESS_TOKEN |
optional | secret | Takes precedence over the key when both are set. Deepgram offers short-lived access tokens as the safer path for a client, but a build bakes a value in and these expire, so it is not treated as browser-safe here.. where to get it |