Save to Storage

Export the final asset to Cloudflare R2 cloud storage.

Overview

The Save to Storage node persists the upstream media result to Cloudflare R2 cloud storage. It accepts any media type (image, video, audio) and saves it as an asset linked to the user’s account. This is the primary way to keep generated content beyond the workflow session. Saved assets count toward the user’s storage quota.

Configuration

Field Type Default Description
Filename string "" Custom filename for the saved asset. If empty, a default name is generated.
Format enum "mp4" Output format for video. Options: mp4, webm, mov.
Quality enum "standard" Output quality tier. Options: draft, standard, high, 4k.

Inputs & Outputs

Inputs:

Outputs: None. This is a terminal output node.

Best Practices

Common Use Cases

Tips