Authorization: Bearer ********************
{
"type": "bgm",
"description": "Intense and tense game battle background music with epic momentum",
"genre": ["video game", "electronic", "epic", "cinematic"],
"mood": ["powerful", "energetic", "intense", "aggressive"],
"instrument": ["drums", "synth", "brass", "strings"],
"theme": ["achievement", "fantasy", "drama"],
"duration": 35
}
curl --location --request POST 'https://api.musicapi.ai/api/v1/nuro/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "bgm",
"description": "Intense and tense game battle background music with epic momentum",
"genre": ["video game", "electronic", "epic", "cinematic"],
"mood": ["powerful", "energetic", "intense", "aggressive"],
"instrument": ["drums", "synth", "brass", "strings"],
"theme": ["achievement", "fantasy", "drama"],
"duration": 35
}'
{
"message": "success",
"task_id": "b1eac403-06cb-4e58-971d-835d3b321508"
}