Getting a song structure
Now that you've got your song's foundation in place, it's time to get its structure! To do this, make a GET request to the /songStructure
endpoint with the following
parameter:
Get a song structure
GET /songStructure HTTP/1.1
Host: staging.casperaki.com
{
genre: brightPop
}
This will give you the song structure based on the specified genre. You can customize your song's structure by specifying additional parameters, such as tempo or key, to create a unique sound that reflects your artistic vision.