Script
The Source node that brings text into a workflow — typed inline, from a file, or transcribed from audio.
Family: Source · type: source_script
The Script node is where every line begins. It provides the text the rest of the workflow voices — typed inline, read from an uploaded file, or transcribed from audio you provide. Every runnable workflow has at least one.
Config
Type your script inline
The simplest source — set the text and its language:
Read from a file
Upload the file first, then point the node at the confirmed upload:
The upload is a three-step flow (client.uploads.create → PUT the bytes → client.uploads.confirm with context_type="workflow"). See Upload a file for the walkthrough. For a CSV, set csv_column to the column holding the script.
Inspect this node
Get the live config schema straight from the platform:
Related
- Overview — how a line flows onward
- Upload a file — the three-step upload flow
- Translator — the usual next node

