Suno Music Generator

Suno AI song generator. Generate songs based on the given prompt lyrics

Try it in the Widget Center

Click this url to try this widget and copy the Pro Config template.

Usage

Generate a song with Suno-API. The input prompt is the lyrics for the song.

Input Parameters

NameTypeDescriptionDefaultRequired

prompt

string

lyrics

We were both young when I first saw you, I close my eyes and the flashback starts I'm standin' there

mv

string

model version, default: chirp-v3-0

chirp-v3-0

title

string

song title

love story

tags

string

style of music

romantic,slow rock

Output Parameters

NameTypeDescriptionFile Type

results

array

The result of suno api, containing the links, titles, and other useful information

Output Example

{
  "results": [
    {
      "audio_url": "https://cdn1.suno.ai/70b42142-d62c-478e-aa5e-70d50147ff9c.mp3",
      "image_large_url": "https://cdn1.suno.ai/image_large_70b42142-d62c-478e-aa5e-70d50147ff9c.png",
      "image_url": "https://cdn1.suno.ai/image_70b42142-d62c-478e-aa5e-70d50147ff9c.png",
      "status": "complete",
      "title": "love story",
      "video_url": "https://cdn1.suno.ai/70b42142-d62c-478e-aa5e-70d50147ff9c.mp4"
    },
    {
      "audio_url": "https://cdn1.suno.ai/7dc77529-ddea-4c54-b7ed-46844a8aa612.mp3",
      "image_large_url": "https://cdn1.suno.ai/image_large_7dc77529-ddea-4c54-b7ed-46844a8aa612.png",
      "image_url": "https://cdn1.suno.ai/image_7dc77529-ddea-4c54-b7ed-46844a8aa612.png",
      "status": "complete",
      "title": "love story",
      "video_url": "https://cdn1.suno.ai/7dc77529-ddea-4c54-b7ed-46844a8aa612.mp4"
    }
  ]
}

Last updated