create_music_video
Generate an MP4 music video visualization from a Suno audio track. Provide the task ID and audio ID to produce a video file saved to the assets directory.
Instructions
Generate an MP4 music video visualization from a Suno track. Downloads to kie/assets/raw/.
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. | |
| author | No | Author name for video credits | |
| taskId | Yes | Task ID of the Suno generation | |
| audioId | Yes | Audio ID from sunoData | |
| filename | No | ||
| domainName | No | Domain name for video branding | |
| 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. | |
| max_wait_seconds | No | Override the blocking-mode polling budget in seconds (default: audio 300). Ignored when wait=false. |