Export Suno clips as WAV files
suno-ai/wav
clip_id
curl -X POST https://api.unifically.com/v1/tasks \ -H "Content-Type: application/json" \ -H "Authorization: Bearer YOUR_API_KEY" \ -d '{ "model": "suno-ai/wav", "input": { "clip_id": "1901ec96-72c6-4c26-8e56-91028ca6070d" } }'
{ "code": 200, "success": true, "data": { "task_id": "abc123def456", "status": "pending" } }