Convert a song to WAV format and get download URL.
Pricing
For current pricing, see the Pricing page.
Request Example
curl -X POST "https://api.unifically.com/suno/wav" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"clip_id": "5e01ffc9-ecf9-431c-b4b0-2f88ed9ffe20"
}'
Parameters
Response
{
"code": 200,
"data": {
"wav_url": "https://cdn1.suno.ai/d70dd355-1b85-4ce6-890b-914ffcb600e5.wav",
"error": {}
}
}
URL to download the WAV file
The WAV file is immediately available for download from the provided URL.