create_mashup
Create a music mashup by submitting two audio URLs and choosing a vocal mode, then receive a task ID, status, and output URLs.
Instructions
Create a Suno task on RunAPI (create mashup). Returns a task id, status, and output URLs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wait | No | Poll until the task reaches a terminal status. | |
| model | No | RunAPI model slug for this model line. | |
| style | No | Music style. | |
| title | No | Music title. | |
| lyrics | No | Exact mashup lyrics to sing. | |
| prompt | No | Mashup brief for automatic lyrics. | |
| persona_id | No | Persona ID. | |
| timeout_ms | No | ||
| vocal_mode | Yes | Vocal generation mode. | |
| audio_weight | No | Audio weight (0-1). | |
| callback_url | No | Webhook URL for async notifications. | |
| persona_type | No | Persona type. | |
| style_weight | No | Style adherence weight (0-1). | |
| vocal_gender | No | Vocal gender. | |
| upload_url_list | Yes | Two audio URLs to mashup. | |
| poll_interval_ms | No | ||
| weirdness_constraint | No | Weirdness constraint (0-1). |