add_samples
Create a Suno generation task by adding a sample from an audio URL with start and end seconds, returning task ID, status, and output URLs.
Instructions
Create a Suno task on RunAPI (add samples). 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. | |
| audio_url | Yes | URL of the audio file to sample. | |
| timeout_ms | No | ||
| end_seconds | Yes | End of the sample range in seconds; must exceed start_seconds. | |
| callback_url | No | Webhook URL for async notifications. | |
| start_seconds | Yes | Start of the sample range in seconds. | |
| poll_interval_ms | No |