Generate Lyrics
Method: POST
Price per generation FREE
Example Request:
curl --location 'https://api.unifically.com/suno/generate/lyrics' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data '{
"prompt": "prompt for lyrics"
}'
Response:
{
"success": true,
"id": "62fe70fa-c8a3-4117-80e5-037803d6825c"
}
Last updated