curl --request POST \
--url https://api.waytoapi.com/apidoc/collect/ai/suno/music/generate \
--header 'Content-Type: application/json' \
--header 'aiKey: <aikey>' \
--data '
{
"task": "<string>",
"model": "<string>",
"make_instrumental": true,
"prompt": "<string>",
"continued_aligned_prompt": "<string>",
"infill_lyrics": "<string>",
"gpt_description_prompt": "<string>",
"tags": [
"<string>"
],
"negative_tags": [
"<string>"
],
"title": "<string>",
"clip_id": "<string>",
"continue_at": 123,
"range": {
"start_s": 123,
"end_s": 123
},
"infill_context_range": {
"start_s": 123,
"end_s": 123
},
"persona": {
"artist_clip_id": "<string>",
"persona_id": "<string>"
},
"controls": {
"style_weight": 123,
"audio_weight": 123,
"weirdness_constraint": 123
},
"vocal_gender": "<string>"
}
'