cURL
curl --request POST \ --url https://api.ttapi.io/suno/v1/lyrics \ --header 'Content-Type: application/json' \ --header 'TT-API-KEY: <api-key>' \ --data ' { "prompt": "<string>", "lyrics_model": "classic", "hookUrl": "<string>" } '
{ "status": "SUCCESS", "message": "success", "data": { "job_id": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" } }
Generate song lyrics automatically using the Suno Lyrics API. Create structured, creative lyrics from prompts that can be used for AI music generation or songwriting workflows.
You can obtain your API key from the TTAPI Dashboard.
Prompt
歌词模型
classic
remi
Callback notification URL
Request successful
"SUCCESS"
"success"
{ "job_id": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"}