
Deepgram
Let AI connect your sources for you
Skip the manual setup — run this in your project and the wizard auto-detects your databases and APIs and connects them to PostHog.

Connect Deepgram to PostHog to sync your data into the PostHog data warehouse for analysis and modeling.
Enter your Deepgram API key to sync your Deepgram Management API data into the PostHog Data warehouse.
You can create an API key in your Deepgram Console under Settings → API Keys. A key with a read-capable scope (e.g. member) is sufficient — the source only reads projects, members, keys, balances, invites, and the request log.
Configuration
| Option | Type | Required |
|---|---|---|
API key | password | Yes |
Linking Deepgram to PostHog
- Go to the Data pipeline page in PostHog
- Click New source and select Deepgram
- Fill in the required configuration fields
- Click Next, select the tables you want to sync, and then press Import
Supported tables
| Table | Description | Sync method | Incremental field | Primary key |
|---|---|---|---|---|
projects | A Deepgram project — the top-level container that owns members, API keys, balances, and requests. | Full refresh | — | project_id |
members | A user who is a member of the project, with their assigned scopes. | Full refresh | — | project_id, member_id |
keys | An API key belonging to the project. The nested key object is flattened onto the row root, alongside the member the key was created for. | Full refresh | — | project_id, api_key_id |
balances | A funding balance for the project, in the account's billing units. | Full refresh | — | project_id, balance_id |
invites | A pending invitation for a user to join the project. | Full refresh | — | project_id, email |
requests | A single inference request made against the project, with model/feature metadata, the response code, and the time it was created. Synced incrementally on | Incremental, Full refresh | created | project_id, request_id |