Runs Deepgram Text Intelligence (summarization, sentiment, topics and intents) over text or a text URL. Enable at least one analysis feature.
Finds API requests logged for a Deepgram project, filtered by date range and status. Returns up to 1000 request-log entries (a log, not a transcript store). Retrieve the stored result of a request with the Get Request component.
Retrieves metadata for a single Deepgram model by its UUID.
Retrieves a single Deepgram project by its ID.
Retrieves a single request-log entry and its stored result by request ID. Useful for re-reading the stored result of a past request, or for inspecting a request surfaced by the New Request, Transcription Completed or Failed Request triggers.
Lists the speech-to-text and text-to-speech models available on Deepgram, including languages and metadata. Returns an unpaginated array. Powers the model / voice dropdowns on other components.
Lists all Deepgram projects visible to the API key. Returns an unpaginated array of projects.
Performs an arbitrary authorized API call to the Deepgram API. The path is resolved against the base URL of the selected region.
Generates speech audio from text using Deepgram Aura-2 and stores the result in File Storage, returning a file ID. Text is limited to 2000 characters per request.
Transcribes pre-recorded audio. Submits the job to Deepgram and returns the request ID immediately on the "out" port without holding a worker, then emits the finished transcript on the "done" port when Deepgram delivers it. Accepts an audio URL or a file (max 2 GB), with optional diarization, summarization, sentiment, topics and intents.