{
"Prompt": "string",
"Genre": "Folk",
"Mood": "Happy",
"Gender": "Female",
"ModelVersion": "v4.0"
}
curl --location --request POST 'https://draw.openai-next.com/bigmusic?Action&Version' \
--header 'Content-Type: application/json' \
--data-raw '{
"Prompt": "string",
"Genre": "Folk",
"Mood": "Happy",
"Gender": "Female",
"ModelVersion": "v4.0"
}'
{
"Code": 0,
"Message": "string",
"Result": {
"TaskID": "string",
"Lyrics": "string",
"Genre": "string",
"Mood": "string",
"Gender": "string"
},
"ResponseMetadata": {
"RequestId": "string",
"Action": "string",
"Version": "string",
"Service": "string",
"Region": "string",
"Error": {}
}
}