suno_samples_music
Add AI-generated musical samples to a specific time range in uploaded audio to enhance existing tracks with loops or motifs.
Instructions
Add AI-generated samples to uploaded audio.
Takes your uploaded audio and adds AI-generated musical samples
within the specified time range.
Use this when:
- You want to add sample loops or motifs to existing music
- You need to enhance a track with additional musical elements
- You want to add AI-generated samples to a specific section
Returns:
Task ID and the audio with samples added.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| audio_id | Yes | ID of the uploaded audio to add samples to. Must be uploaded via suno_upload_audio. | |
| samples_start | No | Start time in seconds for adding samples. Default is 0. | |
| samples_end | No | End time in seconds for adding samples. 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 |