Adding a stem to a song
Now that you've got your melody in place, it's time to add some depth and complexity with stems! To do this, make a POST request to /recordings/{recordingSessionId}/stems-midis
endpoint with the following parameters:
Add a stem
POST /recordings/{recordingSessionId}/stems-midis HTTP/1.1
Host: example.com
{
userId: integer
stemType: bass
}
And if you want to take your song to the next level, 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 creative freedom to make your song truly unique.
When you're satisfied with your song, you'll receive a downloadable MP3 file that you can play directly in your web browser or save for later use.