Describe the sound. Add lyrics if you want.
curl https://api.bluemetal.ai/v1/music/generations \
-H "Authorization: Bearer $BLUEMETAL_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "minimax-music-3",
"prompt": "Upbeat indie pop, 120 BPM, female vocal, bright guitars and synth, festival energy",
"duration": 90,
"format": "mp3",
"lyrics": "[Verse]\nCity lights are humming low\nWe drive with nowhere left to go\n[Chorus]\nHold on, hold on, the night is ours\nWe're counting every falling star"
}'