Separate Stems from SoundCloud
separate_soundcloudExtract vocals and instrumental from any SoundCloud track by submitting its URL. The tool fetches the track, separates stems, and returns paths to MP3 files.
Instructions
Submit a SoundCloud track URL to StemSplit. The server fetches the track, separates it into vocals and instrumental (MP3, BEST quality), and returns local file paths once complete. Use this for any soundcloud.com URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| soundcloudUrl | Yes | A SoundCloud track URL — soundcloud.com/artist/track, m.soundcloud.com/artist/track, or on.soundcloud.com/shortcode. | |
| wait | No | If true (default), poll until completion and download outputs to disk. | |
| timeoutSeconds | No | ||
| pollIntervalSeconds | No | ||
| outputDir | No | Directory to write outputs into. Defaults to ~/Downloads/stemsplit/<jobId>/. Output is fixed to vocals + instrumental, MP3, BEST quality. |