Deepgram integration (AI, Developer Tools). Imported from open-connector.
https://api.deepgram.com/v1/projects
/projects/{projectId}
| Param | Type | Required | Description |
|---|---|---|---|
| projectId | string | required | The unique identifier of the Deepgram project. |
/projects/{projectId}/keys
| Param | Type | Required | Description |
|---|---|---|---|
| projectId | string | required | The unique identifier of the Deepgram project. |
| status | string | optional | The Deepgram project API key status to filter by. |
/projects/{projectId}/balances
| Param | Type | Required | Description |
|---|---|---|---|
| projectId | string | required | The unique identifier of the Deepgram project. |
/models
| Param | Type | Required | Description |
|---|---|---|---|
| includeOutdated | boolean | optional | Whether to include non-latest Deepgram model versions in the response. |
/models/{modelId}
| Param | Type | Required | Description |
|---|---|---|---|
| modelId | string | required | The unique identifier of the Deepgram model. |
/projects/{projectId}/models
| Param | Type | Required | Description |
|---|---|---|---|
| projectId | string | required | The unique identifier of the Deepgram project. |
| includeOutdated | boolean | optional | Whether to include non-latest Deepgram model versions in the response. |
/projects/{projectId}/models/{modelId}
| Param | Type | Required | Description |
|---|---|---|---|
| projectId | string | required | The unique identifier of the Deepgram project. |
| modelId | string | required | The unique identifier of the Deepgram model. |