text_to_sound
Convert text descriptions into music or sound using Suno's models. Create a task, check its status, and get output audio URLs for your generated sound.
Instructions
Create a Suno task on RunAPI (text to sound). Returns a task id, status, and output URLs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wait | No | Poll until the task reaches a terminal status. | |
| model | No | RunAPI model slug for this model line. | |
| prompt | Yes | Sound description (max 500 characters). | |
| sound_key | No | Musical key. | |
| sound_loop | No | When true, produce loopable audio. Default false. | |
| timeout_ms | No | ||
| grab_lyrics | No | Capture lyric subtitles. Default false. | |
| sound_tempo | No | Tempo in BPM (1-300). | |
| callback_url | No | Webhook URL for async notifications. | |
| poll_interval_ms | No |