singleFile

Getting the single region mp3 file

singleFile

POST /singleFile

The endpoint generates a single region MP3 file based on the provided parameters.

Request Body

{
    "mp3": "https://api.muzaic.ai/result/2024-01-17/57c1bc6585f67ab2cf328b8fb1376e1b.mp3",
    "motiveId": 16,
    "status": "motiveId overwritten",
    "tokensUsed": 48,
    "executionTime": 9.0536079406738
}

Good to know: All the parameters are optional, so you don't need to pass anything to get music! However, it's worth noting that this may not be the best strategy to get the music you need. The more data you pass, the more control you have. Conversely, the less data you pass, the more automated the process becomes. Ultimately, you decide what you need the most!

Last updated