curl --request POST \
--url https://geoff.ai/api/v1/music_generation \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "magma",
"prompt": "Indie folk, melancholic, introspective, longing",
"lyrics": "[verse]\nStreetlights flicker, the night breeze flows\nShadows dance where nobody goes\n\n[chorus]\nWe are the echoes of yesterday\nFading but never gone away",
"audio_setting": {
"sample_rate": 44100,
"bitrate": 256000,
"format": "mp3"
}
}'