Short answer: Drop the "AssemblyAI → Transcribe Audio" action anywhere in your workflow, map the inputs from upstream nodes, and publish.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Audio URL audio_url | string | Required | (defaults to AssemblyAI's sample news.mp4) |
Model speech_models | array | Optional | Model. Options: Best (slower, accurate), Nano (fast) (array of model names) |
Speaker Labels speaker_labels | boolean | Optional | Speaker Labels. Options: No, Yes |
Language Code language_code | string | Optional | Language Code |
{"audio_url": "https://example.com/audio.mp3","speech_models": "{{trigger.speech_models}}","speaker_labels": "{{trigger.speaker_labels}}","language_code": "{{trigger.language_code}}"}
{"id": "trans-abc123","status": "queued","language_code": "en"}
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.
Triggered by anything in the catalog. Free tier available. No credit card.