Skip to main content

Replacing a stem in a song

Full API reference

Are you looking to give your song a fresh twist? You can now replace a stem using our /recordings/{recordingSessionId}/stems-midis endpoint! To do this, make a POST request with the following parameters:

Replace a stem
POST /recordings/{recordingSessionId}/stems-midis HTTP/1.1
Host: example.com
{
userId: integer
stemType: bass
replaceWith: guitar

}

And if you're looking for even more creative freedom, we also offer additional APIs (listed in full in our API documentation) that allow you to further customize and modify your song. Whether it's adjusting tempo, adding harmonies, or experimenting with different styles, these tools give you the power to shape your song into exactly what you envision.

When you're satisfied with your changes, you'll receive a downloadable MP3 file that you can play directly in your web browser or save for later use.