Skip to main content
POST
This endpoint has no version dimension: do not pass version — if passed, it is discarded and does not affect billing.

Authorizations

string
required
All endpoints require authentication using a Bearer TokenGet an API Key:Visit the API Key management page to get your API KeyAdd the following to the request headers when using it:

Body

string
default:"suno"
Audio model. Currently pass suno (defaults to suno if omitted).
string
required
Lyrics / content.
string
Lyrics model: classic / remi (passed through; if omitted, the default is used).
Getting the result: This endpoint is an async task. After submitting you get a task_id; poll GET /v1/music/tasks/{task_id} at 3–5s intervals until status is completed or failed (while generating, status is pending and progress goes queued 10 → ready 50 → done 100). On completion the result contains the generated lyrics text. On failure data.error.message gives the reason and the pre-deducted quota is automatically refunded.

Response

integer
Response status code
array
Returned data array