---
title: "Generate lyrics"
method: POST
path: "/suno/submit/lyrics"
---

# Generate lyrics

`POST /suno/submit/lyrics`

## Request body

- object
  - `prompt` string, required — Topic, theme, or description for lyrics generation. Can be a simple phrase, story concept, or specific instructions about what you want the lyrics to convey. - Example: `"[Verse]\nA song about summer love and beach sunsets"` - Example: `"Write a romantic song about missing someone"`
  - `notify_hook` string, required — Webhook URL for receiving lyrics generation completion notifications. When provided, the system sends a POST request with task results to this URL. - Must be a valid HTTP/HTTPS URL - Suitable for async processing and automated workflows

## Response `200`

Successful Response

- object
  - `code` string, required — Business status code
  - `data` string, required — Response data
  - `message` string, required — Message

---

[API](https://skmtc.net/deerapi/apis/text-to-audio-api.md) · [All operations](https://skmtc.net/deerapi/apis/text-to-audio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/deerapi/text-to-audio-api/versions/b6265ced74a1/schema)
