curl -X POST https://arpeggi.io/api/kits/v1/vocal-separations \ -H "Authorization: Bearer your_api_key" \ -F "inputFile=@file_path"
{ "id": 1, "createdAt": "2023-09-19 20:13:50.428000 +00:00", "type": "separate", "status": "running", "jobStartTime": "2023-09-19 20:15:50.428000 +00:00", "jobEndTime": null, "vocalAudioFileUrl": null, "lossyVocalAudioFileUrl": null, "backingAudioFileUrl": null, "stemFileUrls": [], "lossyStemFileUrls": [] }
Create a new job to isolate vocals from audio tracks using the Kits API.