cover_audio
Transform uploaded audio into AI covers with customizable vocals, style, and instrumentation.
Instructions
Create an AI cover from uploaded audio — custom vocals, style, and instrumentation via Suno.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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 | |
| style | No | ||
| title | No | ||
| prompt | No | Description of desired cover style | |
| filename | No | ||
| uploadUrl | Yes | URL of audio to cover | |
| customMode | No | ||
| vocalGender | No | Vocal gender preference | |
| 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. | |
| instrumental | No | ||
| negativeTags | No | Tags to avoid in the cover | |
| max_wait_seconds | No | Override the blocking-mode polling budget in seconds (default: audio 300). Ignored when wait=false. |