Skip to main content

Getting a tempo for a genre

Full API reference

Now that you've got your song's rhythm in place, it's time to find its perfect tempo! To do this, make a GET request to the /tempo endpoint with the following parameters:

GET /tempo HTTP/1.1
Host: staging.casperaki.com
{
"style": "edm"
}

This will give you the recommended tempo for your song based on the specified genre (in this case, EDM). You can use this tempo as a starting point to create a unique sound that reflects your artistic vision.

Note: The style parameter is used to specify the genre or style of music. In this example, we're using EDM as our style.