ProConfig Tutorial
  • Overview & Setup
  • Tutorial Structure
  • Tutorial
    • Hello World with Pro Config
    • Building Workflow
    • Transitions
    • Expressions and Variables
    • An Advanced Example
    • Function Calling Example
    • Random Routing Example
  • API Reference
    • Widgets
      • Bark TTS
      • Champ
      • CoinGecko
      • ControlNet with Civitai
      • Crawler
      • Crypto News
      • Data Visualizer
      • Email Sender
      • Google Flight Search
      • Google Hotel Search
      • Google Image Search
      • Google Map Search
      • Google News Search
      • Google Scholar Search
      • Google Search
      • GroundedSAM
      • Image Text Fuser
      • Information Extractor - OpenAI Schema Generator
      • Information Extractor
      • Instagram Search
      • JSON to Table
      • LinkedIn
      • MS Word to Markdown
      • Markdown to MS Word
      • Markdown to PDF
      • Mindmap Generator
      • Notion Database
      • OCR
      • Pdf to Markdown
      • RMBG
      • Stabel-Video-Diffusion
      • Stable Diffusion Inpaint
      • Stable Diffusion Recommend
      • Stable Diffusion Transform
      • Stable Diffusion Upscale
      • Stable Diffusion with 6 fixed category
      • Stable Diffusion with Civitai
      • Storydiffusion
      • Suno Lyrics Generator
      • Suno Music Generator
      • Table to Markdown
      • TripAdvisor
      • Twitter Search
      • UDOP: Document Question Answering
      • Weather forecasting
      • Whisper large-v3
      • Wikipedia
      • Wolfram Alpha Search
      • Yelp Search
      • YouTube Downloader
      • YouTube Transcriber
      • Youtube Search
  • Tools
    • AutoConfig Bot
    • Cache Mode
Powered by GitBook
On this page
  • Try it in the Widget Center
  • Usage
  1. API Reference
  2. Widgets

Suno Lyrics Generator

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

PreviousStorydiffusionNextSuno Music Generator

Last updated 1 year ago

Try it in the Widget Center

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

Usage

Generate lyrics given the prompt. The lyrics can be used in Suno Music Generation

Input Parameters

Name
Type
Description
Default
Required

prompt

string

lyrics prompt

Generate the lyrics of a song about love

Output Parameters

Name
Type
Description
File Type

results

array

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

Output Example

{
  "results": {
    "status": "complete",
    "text": "[Verse]\nYou came in my life like a shooting star\nLit up my world\nYou're my guiding star\nEvery time I'm with you\nI feel so alive\nNothing else matters\nYou're all that I strive\n\nIn your arms\nI find my sanctuary\nWith your love\nI can face any adversary\nYou're the remedy to all my pain\nIn your love\nI discover peace again\n\n[Verse 2]\nYou're the rhythm that beats within my heart\nEvery single beat\nIt's a brand new start\nTogether we dance to our own melody\nTwo souls entwined\nPure serendipity",
    "title": "All I Need"
  }
}
url