gaudio_separate_audio
Isolate vocals, drums, and instruments from audio or video files. Upload media or reuse existing upload IDs to separate sound components and retrieve downloadable stem tracks.
Instructions
All-in-one audio separation: upload file (or reuse uploadId) → create job → poll until done → return download URLs. For Stem Separation, provide 'type' (e.g. 'vocal', 'vocal,drum'). For DME Separation, no type needed. Supports WAV, FLAC, MP3, M4A, MOV, MP4.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | No | Path to local audio/video file. Either filePath or uploadId is required. | |
| uploadId | No | Existing uploadId to reuse (skips upload). Valid for 72 hours. | |
| model | Yes | Model name (e.g. gsep_music_hq_v1, gsep_dme_dtrack_v1) | |
| type | No | Stem type(s) for Stem Separation models. e.g. 'vocal', 'vocal,drum' | |
| pollInterval | No | Polling interval in seconds (default: 10) |