Stem separation

Separates the stems of the audio file using state of the art source separation technologies. You can upload a single audio file and get back a list of stems, such as drums, bass, vocals, etc.
Creating new
POST
/api/media
Create new media and apply one or multiple operations.
BODY PARAMS
inputUrl
string
Especifies the URL of the audio file to be processed.
operations
array
All the operations you want to perform on the media.
type
string
The type of operation you want..
mode
string
The stems separation mode indicates the instruments and number of audio files that will be returned.. Accepts: vocals-drums-bass-other, vocals-accompaniment, vocals-drums-bass-guitars-other, vocals-drums-bass-strings-other, vocals-drums-bass-piano-other, vocals-drums-bass-background_vocals-other

Getting information
GET
/api/media/:id
Get information about existing media
PATH PARAMS
id
string
The ID of the media you want to fetch.