/suno/act/wav/{clip_id} endpoint allows you to retrieve the high-quality WAV format audio file for a completed music clip. WAV (Waveform Audio File Format) is an uncompressed audio format that provides lossless quality, making it ideal for professional music production, audio editing, and archival purposes.⚠️ Important Note:
You must wait until the music generation task is fully complete before calling this endpoint. Attempting to retrieve timing data for an incomplete task will result in an error. Use the Single task query endpoint to verify the task status iscompletebefore requesting timing information.
curl --location --request GET 'https://api.cometapi.com/suno/act/wav/db2b5b85-5fbb-45b6-b06b-5e9bc8e52bef' \
--header 'Authorization: Bearer '{
"wav_file_url": "https://cdn1.suno.ai/2dd391cd-996b-4843-9738-1aed26f170e4.wav"
}