Skip to main content

Creating a vibe

Full API reference

After starting a recording session, the next step is to generate a short vibe that sets the tone for your song. To do this, make a POST request to /recordings/{recordingSessionId}/vibe endpoint with the following parameters:

Crate a vibe
POST /recordings/{recordingSessionId}/vibe HTTP/1.1
Host: example.com
{
userId: integer
genre: string
}

When you submit this request, you'll receive a downloadable MP3 file that you can play directly in your web browser or save for later use.

If you're happy with the vibe you've created, you can move on to generating a full song. But if not, don't worry! You can try again with the same genre or explore different options to find the perfect fit.