Download Stem Outputs
download_stemsDownload separated stems from a completed job to your local machine. Fresh presigned URLs ensure reliable access without expiry issues.
Instructions
Download the output stems of a COMPLETED job to a local directory. Presigned URLs are re-fetched fresh on every call so the 1-hour expiry is never a problem.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobId | Yes | The job ID to download outputs for. | |
| kind | No | Whether this is a stem job (default) or a YouTube job. | stem |
| outputDir | No | Directory to write outputs into. Defaults to ~/Downloads/stemsplit/<jobId>/. |