Convert Suno-generated tracks to WAV with Suno Convert to WAV. Get uncompressed, studio-ready audio for editing. Try free — pay per generation.
About this model
Suno Convert to WAV takes a music track you already generated with Suno Create Music, Suno Remix Music, or Suno Extend Music and re-renders it as an uncompressed WAV file. The compressed MP3 output from those endpoints is great for streaming and previews, but professional editing, mastering, and mixing workflows need lossless audio with no compression artifacts. This endpoint bridges that gap by converting an existing generation on demand, without regenerating the underlying music.
Because conversion reuses the original generation, it is fast and preserves the exact performance, arrangement, and mix of the source track — only the file format changes. This makes it a natural last step in a music pipeline: generate or remix first, review the MP3, then convert only the take you want to keep to WAV for downstream production.
Cost analysis
| Provider | Cost | Notes |
|---|---|---|
| muapiapp | $0.01 per conversion | Flat rate per WAV conversion, billed only when you need the lossless file. |
| Fal.ai | Not available | No dedicated Suno WAV conversion endpoint. |
| Replicate | Not available | No dedicated Suno WAV conversion endpoint. |
Flat rate per WAV conversion, billed only when you need the lossless file.
No dedicated Suno WAV conversion endpoint.
No dedicated Suno WAV conversion endpoint.
* Competitor pricing is estimated based on similar model architectures and usage tiers.
Configuration schema
| Parameter | Type | Description | Default |
|---|---|---|---|
| Task ID | string | The request_id returned from a prior Generate Music / Remix Music / Extend Music request whose track you want to convert. | 5c79b5b3-1234-4a12-9f10-abcdef8be8e |
| Audio ID | string | The id of the specific audio track to convert, taken from the `audio_ids` list returned in that task's output. | e231e123-4567-89ab-cdef-0123456789ab |
The request_id returned from a prior Generate Music / Remix Music / Extend Music request whose track you want to convert.
5c79b5b3-1234-4a12-9f10-abcdef8be8eThe id of the specific audio track to convert, taken from the `audio_ids` list returned in that task's output.
e231e123-4567-89ab-cdef-0123456789abDeveloper documentation
Generate a track first: Run Suno Create Music, Suno Remix Music, or Suno Extend Music and wait for it to complete. Note the request_id (task_id) returned by that call.
Find the track's audio_id: The completed generation's output includes an audio_ids list — pick the id of the specific track you want in WAV format.
Submit the conversion: Call this endpoint with task_id and audio_id. The conversion runs asynchronously and returns its own request_id for polling.
Retrieve the WAV file: Poll /predictions/{request_id}/result or use a webhook_url to be notified when the uncompressed WAV is ready.
curl -X POST https://api.muapi.ai/api/v1/suno-convert-to-wav \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"task_id": "5c79b5b3-1234-4a12-9f10-abcdef8be8e",
"audio_id": "e231e123-4567-89ab-cdef-0123456789ab"
}'
Frequently asked
It converts a music track you already generated through Suno Create Music, Remix Music, or Extend Music into a high-quality, uncompressed WAV file, without regenerating the music.
task_id is the request_id returned when you submitted the original music generation. audio_id comes from the audio_ids list included in that generation's completed output — each entry corresponds to one generated track.
WAV files are typically 5-10 times larger than the equivalent MP3, since they store uncompressed audio rather than a compressed format.
Converted WAV files are retained for 14 days from the time the conversion completes, so download or archive it before that window closes.
You can convert any track produced by Suno Create Music, Suno Remix Music, or Suno Extend Music on your account, as long as you have the task_id and matching audio_id for that generation.
No. The conversion preserves the exact performance and mix of the original generation — only the file format and audio fidelity change from compressed MP3 to uncompressed WAV.