POST /api/v1/sonic/wav, which remains available but is no longer the recommended way to fetch a WAV. A WAV requested here resolves to the same stored file, so if you have already downloaded one through /wav it is returned immediately.202 response costs nothing.| Field | Type | Required | Notes |
|---|---|---|---|
clip_id | string | yes | The clip to download. music_id is accepted as an alias. |
formats | string[] | no | Any of mp3, m4a, wav. Defaults to ["mp3"]. |
formats returns 400 — the request is rejected rather than partially fulfilled.data.files contains one entry per format.202, so retrying is free.clip_id.