curl --location '/suno/act/wav/' \ --header 'accept: */*' \ --header 'Authorization: Bearer {{YOUR_API_KEY}}' \ --header 'content-type: application/json'
{ "wav_file_url": "https://cdn1.suno.ai/a624123d-22cc-4d4d-bf28-78d312f61597.wav" }