Stem Separation

Separate a music file into individual stems

Headers

xi-api-keystringRequired

Query Parameters

output_formatenumOptionalDefaults to mp3_44100_128
Output format of the generated audio. Formatted as codec_sample_rate_bitrate. So an mp3 with 22.05kHz sample rate at 32kbs is represented as mp3_22050_32. MP3 with 192kbps bitrate requires you to be subscribed to Creator tier or above. PCM with 44.1kHz sample rate requires you to be subscribed to Pro tier or above. Note that the μ-law format (sometimes written mu-law, often approximated as u-law) is commonly used for Twilio audio inputs.

Request

This endpoint expects a multipart form containing a file.
filefileRequired
The audio file to separate into stems.
stem_variation_idenumOptionalDefaults to six_stems_v1
The id of the stem variation to use.
Allowed values:

Response

ZIP archive containing separated audio stems. Each stem is provided as a separate audio file in the requested output format.

Errors