suno_replace_section
Replace specific sections in songs with new AI-generated content while preserving existing audio. Fix unwanted portions, change lyrics mid-track, or swap verses and choruses by defining start and end times.
Instructions
Replace a specific time range in a song with new generated content.
Re-generates a portion of a song between the specified start and end times,
keeping the rest of the song unchanged. Great for fixing sections you don't like.
Use this when:
- A specific section of a song needs improvement
- You want to change lyrics in the middle of a song
- You want to replace a verse or chorus with something different
Returns:
Task ID and the updated audio information.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| audio_id | Yes | ID of the audio to replace a section in. | |
| replace_section_start | Yes | Start time in seconds of the section to replace. | |
| replace_section_end | Yes | End time in seconds of the section to replace. | |
| lyric | No | New lyrics for the replaced section. Use section markers like [Verse], [Chorus]. | |
| style | No | Music style for the replaced section. | |
| model | No | Model version to use. | chirp-v5-5 |
| callback_url | No | Webhook callback URL for asynchronous notifications. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |