Skip to main content

Getting lyrics for a stress pattern

Full API reference

Now that you've got your song's stress pattern in place, it's time to get its lyrics! To do this, make a POST request to the /getLyrics endpoint with the following parameters:

Get lyrics for a stress pattern
POST /getLyrics HTTP/1.1
Host: staging.casperaki.com
Content-Type: application/json
{
"segment": "all",
"song": <Insert song>
}

This will give you the lyrics for your specified song and stress pattern. You can use this API to create a unique and captivating lyrical element that complements your song's structure and melody.