Short answer: You can transcribe audio url in Deepgram by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Deepgram Transcribe Audio URL action to a workflow, map its 5 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Audio URL url | string | Required | Audio URL (required) |
Model model | options | Optional | Model. Options: Nova 3 (best), Nova 2, Whisper Large |
Language language | string | Optional | Language |
Diarize diarize | options | Optional | Diarize. Options: No, Yes |
Smart Format smart_format | options | Optional | Smart Format. Options: Yes, No |
{"url": "e.g. https://example.com/path","model": "{{trigger.model}}","language": "{{trigger.language}}","diarize": "{{trigger.diarize}}","smart_format": "{{trigger.smart_format}}"}
{"results": {"channels": [{"alternatives": [{"confidence": 0.99,"transcript": "Hello world"}]}]},"metadata": {"duration": 5.2}}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.