add_instrumental
Add instrumental backing to an uploaded vocal track using Suno's AI. Configure style tags, model, and choose async processing for long generations.
Instructions
Add instrumental backing to uploaded vocal audio via Suno.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Style tags for the instrumental | |
| wait | No | Set false to submit and return immediately with the task_id (async mode) — then poll with check_task and fetch with download_result. Recommended for long generations to avoid client-side watchdog timeouts. | |
| model | No | V5 | |
| title | No | ||
| filename | No | ||
| uploadUrl | Yes | URL of vocal audio | |
| download_dir | No | Absolute directory to save the file(s) into (created if missing). Defaults to the server's kie/assets/raw/. Must be absolute — the MCP server's working directory is not the caller's. | |
| negativeTags | No | ||
| max_wait_seconds | No | Override the blocking-mode polling budget in seconds (default: audio 300). Ignored when wait=false. |