Deepgram integration | Zervanor
← All connectors

Deepgram

Also an agent tool
ai

Deepgram voice AI REST API: transcribe pre-recorded audio from a URL (speech-to-text), synthesize speech from text (text-to-speech), and manage projects, API keys, members, invitations, usage, balances and models.

26 actions · 0 triggers

The Deepgram integration lets you connect Deepgram to your automations with 26 actions — and every action is also a tool an AI agent can call. Examples: List Projects, Transcribe Audio URL, Synthesize Speech (Text-to-Speech), Get Project, Update Project. No blank-canvas wiring — connect it and use it in your workflows.

Every action below is also a tool an AI agent can call — the same pack powers your workflows and your agents.

Actions 26

What Zervanor can do in Deepgram.

Projects22

GET

List Projects

List the projects associated with the API key (GET /projects). Identity + connectivity probe.

GET

Get Project

Get details for a specific project (GET /projects/{project_id}).

PATCH

Update Project

Update a project's name and settings (PATCH /projects/{project_id}).

DELETE

Delete Project

Delete a project (DELETE /projects/{project_id}).

GET

List Project Models

List the models a project has access to (GET /projects/{project_id}/models).

GET

Get Project Model

Get metadata for a specific model in a project (GET /projects/{project_id}/models/{model_id}).

GET

List Project Keys

List the API keys for a project (GET /projects/{project_id}/keys).

GET

Get Project Key

Get details for a specific API key (GET /projects/{project_id}/keys/{key_id}).

POST

Create Project Key

Create an API key for a project (POST /projects/{project_id}/keys).

DELETE

Delete Project Key

Delete an API key from a project (DELETE /projects/{project_id}/keys/{key_id}).

GET

List Project Members

List the members of a project (GET /projects/{project_id}/members).

DELETE

Remove Project Member

Remove a member from a project (DELETE /projects/{project_id}/members/{member_id}).

GET

List Member Scopes

List the scopes assigned to a project member (GET /projects/{project_id}/members/{member_id}/scopes).

PUT

Update Member Scopes

Update the scope assigned to a project member (PUT /projects/{project_id}/members/{member_id}/scopes).

GET

List Invitations

List the pending invitations for a project (GET /projects/{project_id}/invites).

POST

Create Invitation

Invite a person to a project by email (POST /projects/{project_id}/invites).

DELETE

Delete Invitation

Remove a pending invitation by email (DELETE /projects/{project_id}/invites/{email}).

GET

Get Usage Summary

Get aggregated usage for a project over a date range (GET /projects/{project_id}/usage).

GET

Get Usage Breakdown

Get a grouped usage breakdown for a project (GET /projects/{project_id}/usage/breakdown).

GET

Get Usage Fields

List the tags, models, methods and features seen in a project's requests (GET /projects/{project_id}/usage/fields).

GET

List Balances

List the outstanding balances for a project (GET /projects/{project_id}/balances).

GET

Get Balance

Get details for a specific balance (GET /projects/{project_id}/balances/{balance_id}).

Models2

GET

List Models

List all latest STT and TTS models available (GET /models).

GET

Get Model

Get metadata for a specific model (GET /models/{model_id}).

Listen1

POST

Transcribe Audio URL

Transcribe pre-recorded audio hosted at a public URL (POST /listen). The audio location is passed as a JSON body { url }; transcription options are query parameters. Supports an async callback URL for long jobs.

Speak1

POST

Synthesize Speech (Text-to-Speech)

Convert text into natural-sounding speech (POST /speak). The text is passed as a JSON body { text }; voice and audio options are query parameters. The response is binary audio.

Automations using Deepgram

Build your own automation with Deepgram in the visual builder.

Frequently asked questions

What can I automate with Deepgram?

26 actions are available — for example: List Projects, Transcribe Audio URL, Synthesize Speech (Text-to-Speech), Get Project, Update Project, and more.

Can Deepgram be used as an AI agent tool?

Yes. Every Deepgram action automatically becomes a tool an AI agent can call — the same pack powers both your workflows and your agents.

How is the Deepgram integration modelled?

Deepgram is modelled as a versioned connector pack, and the steps that need reasoning fall to first-party agents hosted in the same runtime as the workflows.