Skip to main content
POST
Suno Music Generation

Suno Music Generation

The Suno routes use a separate asynchronous task protocol; both submission and querying do not go through /v1/audio/*.
  • One entry point covers automatic composition, lyric generation, and custom-lyric music generation.
  • Asynchronous processing mode; a task ID is returned after submission.
  • Supports single-task queries and batch queries.
  • Query results are wrapped with code, message, and data.

Route List

Authentication

Path Parameters

action
string
required
The operation type. Common values are music, lyrics, and custom.

Body

prompt
string
required
In music mode, this indicates the music description; in custom mode, it is usually the lyrics content directly.
tags
string
Style tags, separated by commas.
title
string
Song title.
mv
string
Model version, such as chirp-v3-5 or chirp-v4.
continue_clip_id
string
The clip ID used when continuing an existing music segment.

Request Example

Response Example

Use Cases

Automatic Composition

Batch Query