/suno/submit/lyrics endpoint allows you to generate AI-powered lyrics based on your specified topic or theme. This endpoint is ideal for songwriters, musicians, and content creators who need creative lyrical content.task_id in the response. You can use this ID to query the generation results and track the task status through the Single task query endpoint.[Verse], [Chorus], [Bridge] in your promptcurl --location --request POST 'https://api.cometapi.com/suno/submit/lyrics' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "[Verse]\ncat"
}'{
"code": "success",
"data": "f2900fb6-a054-4b3c-a886-2e46afa5f166",
"message": ""
}