Adding an arrangement to a song
Now that you've got your song's foundation in place, it's time to add an arrangement! To do this, make a POST request to the /getArrangement
endpoint with the following
parameters:
Add an arrangement to a song
POST /getArrangement HTTP/1.1
Host: staging.casperaki.com
Content-Type: application/json
{
"segment": "all",
"song": <Insert song>
}
This will give you an arrangement for your specified song. You can use this API to add a unique arrangement to your song that reflects your artistic vision.
Note: The Authorization
header specifies the JWT token used for authentication.