Suno Music Generation
Suno Music Generation
Use the /suno/* routes to submit asynchronous music tasks, and query lyrics or audio generation results.
POST
Suno Music Generation
Documentation Index
Fetch the complete documentation index at: https://doc.deepwl.cn/llms.txt
Use this file to discover all available pages before exploring further.
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, anddata.
Route List
| Method | Path | Description |
|---|---|---|
POST | /suno/submit/{action} | Submit a music task |
GET | /suno/fetch/{id} | Query a single task |
POST | /suno/fetch | Batch query |
Authentication
Path Parameters
The operation type. Common values are
music, lyrics, and custom.Body
In
music mode, this indicates the music description; in custom mode, it is usually the lyrics content directly.Style tags, separated by commas.
Song title.
Model version, such as
chirp-v3-5 or chirp-v4.The clip ID used when continuing an existing music segment.