Export

The Sink node that produces the final audio — downloadable as a ZIP with a manifest.

Family: Sink · type: sink_preview

The Export node produces the final audio files — the end of the graph. Every runnable workflow has one, and its input must reach back to a Generator (Export needs audio to export).

Config

Config keyDefaultValues
formatwavwav, mp3
1node["config"] = {"format": "mp3"}

Getting the output

The run’s download is a ZIP of the generated audio files plus a manifest.csv mapping each file to its line and language. Download it after the run completes:

1url = client.workflows.download_run(workflow_id=wf, run_id=run_id).data

Inspect this node

1client.nodes.get_node_detail(node_type="sink_preview").data