Authorization: Bearer ********************{
"mvVersion": "chirp-v5",
"inputType": "20",
"makeInstrumental": false,
"prompt": "[Verse 1]\nCity lights on the window",
"tags": "pop,female voice",
"title": "On The Road",
"callbackUrl": ""
}curl --location 'https://drwa.openai-next.com/_open/suno/music/generate' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"mvVersion": "chirp-v5",
"inputType": "20",
"makeInstrumental": false,
"prompt": "[Verse 1]\nCity lights on the window",
"tags": "pop,female voice",
"title": "On The Road",
"callbackUrl": ""
}'{
"code": 0,
"msg": "string",
"data": {
"taskBatchId": "string",
"items": [
{
"id": "string",
"progress": 0,
"status": 0,
"progressMsg": "string",
"property1": "string",
"property2": "string"
}
],
"property1": "string",
"property2": "string"
},
"property1": "string",
"property2": "string"
}