add_instrumental
Add instrumental backing to vocal audio via Suno. Provide a vocal URL and optionally set style tags, model version, and tags to generate the accompaniment.
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. |