v1
latestOpenAPI 3.1.02026-07-2611077199.5 KBpost/suno/v1/mashup
Request body
Example request
{
"gpt_description_prompt": "Night city lo-fi piano with rain ambience, soft vocal phrases, theme: \"Under the city lights\"",
"tags": "rock, blues, hip-hop, r&b",
"style_weight": 0.5,
"weirdness_constraint": 0.5,
"audio_weight": 0.5,
"mashup_music_id": [
"xxx1",
"xxx2"
]
}Response
Request successful
Example response
{
"status": "SUCCESS",
"message": "success",
"data": {
"jobId": "jobId"
}
}