Short answer: You can speechmatics transcribe in Speechmatics by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Speechmatics Speechmatics Transcribe action to a workflow, map its 4 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) |
Language language | string | Optional | en, es, fr, de, hi, ar... |
Operating Point operating_point | options | Optional | Operating Point. Options: Enhanced (best), Standard |
Speaker Diarization diarization | options | Optional | Speaker Diarization. Options: None, Speaker, Channel |
{"url": "e.g. https://example.com/path","language": "en, es, fr, de, hi, ar...","operating_point": "{{trigger.operating_point}}","diarization": "{{trigger.diarization}}"}
{"id": "job_abc"}
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.