{
"prompt": "A song about winter",
"model": "remi-v1"
}curl --location --request POST 'https://api.yoy-ai.com/suno/lyrics' \
--header 'Authorization: Bearer asdasdasda9998fads' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "A song about winter",
"model": "remi-v1"
}'{
"success": true,
"task_id": "f0225352-d6b8-4172-af61-3f5bc04d3aae",
"data": {
"text": "[Verse]\nFrost is creeping on the glass so clear\nThe roads are silver as the cold draws near\nBreath in clouds as we march through the chill\nWinter's here and it bends to no will\n\n[Chorus]\nOh the winter it roars it sings through the trees\nSharp as the bite of the coldest breeze\nBlanket of white where our footprints remain\nDancing through winter we don’t feel the pain\n\n[Verse 2]\nThe stars hang low like they're shy from the freeze\nMoonlight's a cloak draped over bare trees\nCrunch in the snow as the nights stretch on\nWinter's our stage till the breaking of dawn\n\n[Chorus]\nOh the winter it roars it sings through the trees\nSharp as the bite of the coldest breeze\nBlanket of white where our footprints remain\nDancing through winter we don’t feel the pain\n\n[Bridge]\nThe icicles shimmer like diamonds on display\nPromises whispered in the frost's payday\nEven as it chills it burns something bright\nWinter lingers loud beneath each streetlight\n\n[Chorus]\nOh the winter it roars it sings through the trees\nSharp as the bite of the coldest breeze\nBlanket of white where our footprints remain\nDancing through winter we don’t feel the pain",
"title": "Frost in the Air",
"tags": [
"pop",
"anthemic"
],
"status": "complete"
}
}