Adding a melody to a song
Now that you've got your song in place, it's time to add some melodic flair! To do this, make a POST request to /recordings/{recordingSessionId}/melodies
endpoint with the following parameters:
Generate a melody
POST /recordings/{recordingSessionId}/melodies HTTP/1.1
Host: example.com
{
userId: integer
}
And if you're not quite satisfied with your melody, don't worry! You'll also have the option to regenerate a new one and try again.