{ "origin_lyrics": "新年快乐", "prompt": "make it happy" }
curl --location --request POST 'https://api.yoy-ai.com/suno/infill-lyrics' \ --header 'Authorization: Bearer asdasdasda9998fads' \ --header 'Content-Type: application/json' \ --data-raw '{ "origin_lyrics": "新年快乐", "prompt": "make it happy" }'
{ "success": true, "task_id": "2e257e30-f581-4d97-b4a6-8e4f861feda8", "trace_id": "d2b6815e-7fae-4b6b-a1e0-c72e82209a27", "data": { "enhancement_lyrics": "新年快乐,万事如意,笑口常开" } }