suno_overpainting
Add AI-generated vocals to uploaded instrumental audio. Use the audio ID and optionally set start and end times to control where vocals appear.
Instructions
Add AI-generated vocals to uploaded instrumental audio.
Takes your uploaded instrumental track and adds AI-generated vocals
on top of it (overpainting = painting vocals over the music).
Use this when:
- You have an instrumental track and want to add vocals
- You want to give background music a singing voice
- You need to add vocal melody to existing music
Returns:
Task ID and the audio with vocals added.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| audio_id | Yes | ID of the uploaded audio to add vocals to. Must be uploaded via suno_upload_audio. | |
| overpainting_start | No | Start time in seconds for adding vocals. Default is 0. | |
| overpainting_end | No | End time in seconds for adding vocals. Must be less than total song duration. | |
| 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 |