Skip to main content

Adding lyrics to a song

Full API reference

Now that you've got your melody in place, it's time to add some meaningful words - or lyrics! To do this, make a POST request to /recordings/{recordingSessionId}/lyrics endpoint with the following parameters:

Generate lyrics
Request

POST /recordings/{recordingSessionId}/lyrics HTTP/1.1
Host: example.com
{
userId: integer
prompt: string e.g. "a song about rain"
}

Response

{
segment: lyrics
}

When you submit your request, provide a prompt that sparks inspiration for your lyrics. For example, "write a song about the ocean" or "create a love ballad". Our API will generate lyrics based on your input, helping you to create a meaningful and engaging song.