About this endpoint
What it does
Converts an uploaded MP3 file to WAV format and returns the converted file as a binary download.
Query Parameter(s)
| Attribute | Type | Mandatory | Description |
|---|---|---|---|
| output | String | No | Query parameter with example value output. |
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| file | String | Yes | MP3 audio file (max 100 MB). Binary upload. |
Response
Returns a binary file response containing the converted WAV output. The success response is a single binary payload, with no JSON wrapper or named fields in the output schema.