{
"task": "gen_stem",
"generation_type": "TEXT",
"title": "string",
"mv": "chirp-auk",
"prompt": "string",
"make_instrumental": true,
"continue_clip_id": "string",
"continued_aligned_prompt": null,
"continue_at": null,
"stem_type_id": 0,
"stem_type_group_name": "Two",
"stem_task": "two"
}
curl --location -g --request POST '{{BASE_URL}}/suno/generate' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"task": "gen_stem",
"generation_type": "TEXT",
"title": "string",
"mv": "chirp-auk",
"prompt": "string",
"make_instrumental": true,
"continue_clip_id": "string",
"continued_aligned_prompt": null,
"continue_at": null,
"stem_type_id": 0,
"stem_type_group_name": "Two",
"stem_task": "two"
}'
{}