{
"model": "music-1.5",
"prompt": "indie folk, melancholy, introspective, longing, solitary walk, coffee shop",
"lyrics": "[verse]\nStreet lights dimly glow, evening breeze caresses\nShadows stretch long as I walk alone\nOld coat wrapped around deep melancholy\nNot knowing where to go, yearning for somewhere\n[chorus]\nPushing open the wooden door, fragrance fills the air\nFamiliar corner, strangers stare",
"audio_setting": {
"sample_rate": 44100,
"bitrate": 256000,
"format": "mp3"
}
}
curl --location --request POST 'https://api.302.ai/minimaxi/v1/music_generation' \
--header 'Authorization: Bearer sk-jls4AaVBGoe1GwZD64qZA1qyKTN1MPHa4NmvH1cT68z7K1Zz' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "music-1.5",
"prompt": "indie folk, melancholy, introspective, longing, solitary walk, coffee shop",
"lyrics": "[verse]\nStreet lights dimly glow, evening breeze caresses\nShadows stretch long as I walk alone\nOld coat wrapped around deep melancholy\nNot knowing where to go, yearning for somewhere\n[chorus]\nPushing open the wooden door, fragrance fills the air\nFamiliar corner, strangers stare",
"audio_setting": {
"sample_rate": 44100,
"bitrate": 256000,
"format": "mp3"
}
}'
{
"data": {
"audio": "string",
"status": 0,
"audio_url": "string"
}
}