Deepgram
Deepgram provides AI-powered speech recognition and understanding services, offering APIs for real-time and pre-recorded audio transcription, text-to-speech, and audio intelligence.
This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.
Connect
Deepgram authenticates with an API key. Generate the credential in your Deepgram account, then paste it into FlyMyAI the first time an agent uses a Deepgram action.
Get your Deepgram credential →
Fields to fill in FlyMyAI
| Field | Details |
|---|---|
Deepgram API Key | Your Deepgram API Key used for authenticating API requests. (required) |
Actions
Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.
| Action | What it does | Required inputs |
|---|---|---|
DEEPGRAM_GET_MODELS | Tool to retrieve metadata on all the latest public deepgram speech-to-text models. use when you need to list available models; set include outdated to true to include deprecated versions. | - |
DEEPGRAM_GET_PROJECTS | Tool to list all deepgram projects. use after authenticating with your api key. | - |
DEEPGRAM_GET_PROJECT_USAGE_SUMMARY | Tool to retrieve a summary of usage data for a specified deepgram project. use when you need high-level metrics (submitted, processed, billable durations, etc.) optionally filtered by time window, model, accessor, or tag. | project_id |
DEEPGRAM_GET_PUBLIC_TTS_MODELS | Tool to fetch metadata about all latest public tts voice models. use when you need to list available deepgram tts voices. | - |
DEEPGRAM_LIST_PROJECT_SCOPES | Tool to list all scopes for a specified deepgram project. use when you need to retrieve all permission scopes for a project. | project_id |
DEEPGRAM_SPEECH_TO_TEXT_PRE_RECORDED | Tool to transcribe pre-recorded audio files into text. use when you need to convert an audio file at a url to text after confirming the file url is publicly accessible. | audio_url, content_type |
DEEPGRAM_SUMMARIZE_AUDIO | Tool to generate concise summaries from audio content. use when you need a quick summary of audio after confirming the file url is publicly accessible. | audio_url, content_type |
DEEPGRAM_TEXT_TO_SPEECH_REST | Tool to convert text into natural-sounding speech. use when you need tts audio from text inputs. | text |
DEEPGRAM_TOPIC_DETECTION | Tool to transcribe audio and detect topics. use when you need to identify the main topics discussed in an audio recording after confirming the file url is publicly accessible. | audio_url, content_type |
Links
We love our partners - FlyMy.AI builds with the best. Thanks, Deepgram!