Deepgram · Arazzo Workflow
Deepgram Balance-Gated Transcription
Version 1.0.0
Check a project's billing balance and only transcribe audio when sufficient credit remains.
View Spec
View on GitHub
Artificial IntelligenceSpeech-To-TextText-To-SpeechTranscriptionVoice AIArazzoWorkflows
Provider
Workflows
balance-gated-transcription
Gate a transcription on the project having a positive billing balance.
Lists balances, reads the chosen balance detail, and only transcribes the supplied audio when the balance amount is greater than zero.
1
listBalances
listProjectBalances
List the project's billing balances to confirm a balance exists before inspecting its detail.
2
getBalance
getProjectBalance
Read the chosen balance detail and branch on whether credit remains: a positive amount proceeds to transcription, a depleted balance ends the workflow.
3
transcribeAudio
transcribePreRecordedAudio
Submit the hosted audio file for transcription now that the project has a positive billing balance.
Source API Descriptions
openapi