cover_audio
Create a cover version of an existing audio track using Suno AI. Specify vocal mode, style, and lyrics to generate a new rendition. Returns a task ID and status for tracking.
Instructions
Create a Suno task on RunAPI (cover audio). 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 cover lyrics to sing. | |
| prompt | No | Cover brief for automatic lyrics. | |
| persona_id | No | Persona ID. | |
| timeout_ms | No | ||
| upload_url | Yes | URL of the audio file to cover. | |
| 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. | |
| negative_tags | No | Styles to avoid. | |
| poll_interval_ms | No | ||
| weirdness_constraint | No | Weirdness constraint (0-1). |