This skill is available as a machine-readable YAML playbook — append
.md to any docs page for raw markdown, or install the Framelane skill. Drive the calls through the authenticated action MCP at https://mcp.framelane.io/mcp.
Load it into any MCP-capable agent to get the complete workflow without writing integration code.What this skill does
Submits aPOST /v1/tasks/transcribe job via AssemblyAI, polls until complete, and returns the transcript from the completed task’s result object. Word-level timestamps are always included so the output is ready to feed into word_animation in a render request (divide the millisecond timings by 1000 first — word_animation takes seconds).
Load via MCP
Inputs
Output
Returnstranscript — the completed task’s result object, including text, words[] (with text, start, end, confidence, speaker per word), and utterances[] when speaker labels are enabled. There is no file to download: output is null on a transcribe task and GET /v1/tasks/{id}/download answers 404.
