Authorization: Bearer ********************{
"task_type": "create_music",
"mv": "FUZZ-2.0 Pro",
"sound": "emotional pop with gentle piano, warm synths, and a catchy beat",
"lyrics_strength": 0.5,
"sound_strength": 0.5,
"make_instrumental": false,
"title": "Back to You",
"lyrics": "[Verse 1]\nI've been running in circles, chasing my doubts\nTrying to quiet the silence that's been too loud\nEvery streetlight flickers with a memory\nBut none of them shine like you did to me\n\n[Chorus]\nI keep coming back to you\nLike the ocean to the moon\nEvery night I try to move\nBut the stars still spell your name"
}curl --location --request POST 'https://api.aimusicapi.ai/api/v1/producer/create' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"task_type": "create_music",
"mv": "FUZZ-2.0 Pro",
"sound": "emotional pop with gentle piano, warm synths, and a catchy beat",
"lyrics_strength": 0.5,
"sound_strength": 0.5,
"make_instrumental": false,
"title": "Back to You",
"lyrics": "[Verse 1]\nI'\''ve been running in circles, chasing my doubts\nTrying to quiet the silence that'\''s been too loud\nEvery streetlight flickers with a memory\nBut none of them shine like you did to me\n\n[Chorus]\nI keep coming back to you\nLike the ocean to the moon\nEvery night I try to move\nBut the stars still spell your name"
}'{
"code": 200,
"task_id": "d8b553d0-cb53-442d-aae8-bba319ab5d65",
"message": "success"
}