blend_lyrics
Blend two lyrics texts to create a Suno generation task via RunAPI. Returns task ID, status, and result payload.
Instructions
Create a Suno task on RunAPI (blend lyrics). Returns a task id, status, and result payload.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wait | No | Poll until the task reaches a terminal status. | |
| lyrics_a | Yes | First lyrics text to blend. | |
| lyrics_b | Yes | Second lyrics text to blend. | |
| timeout_ms | No | ||
| callback_url | No | Webhook URL for async notifications. | |
| poll_interval_ms | No |