{
"custom_mode": 0,
"title": "七里香",
"prompt": "写一首叫七里香的歌",
"style_id": "中国风",
"make_instrumental": 0,
"type": "string"
}
curl --location --request POST '/api/music/generate' \
--header 'token: {{api-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"custom_mode": 0,
"title": "七里香",
"prompt": "写一首叫七里香的歌",
"style_id": "中国风",
"make_instrumental": 0,
"type": "string"
}'
{"code":1,"show":0,"msg":"","data":{"record_id":[3,4]}}