curl "https://api.lemondata.cc/v1/music/generations/music_abc123" \ -H "Authorization: Bearer sk-your-api-key"
{ "id": "suno:abc123", "status": "completed", "audio_url": "https://cdn.suno.ai/abc123.mp3", "video_url": "https://cdn.suno.ai/abc123.mp4", "title": "Night Drive", "lyrics": "[Verse 1]\nDriving through the night..." }
Recupera o status e o resultado de uma tarefa de geração de música
pending
processing
completed
failed