About this endpoint
What it does
Converts an uploaded MP3 file to WAV and returns the converted file as binary data. The request sends the source audio as multipart form data, and the response is a downloadable binary file.
Query Parameter(s)
| Attribute | Type | Mandatory | Description |
|---|---|---|---|
| output | String | No | Output format/location parameter with example value output. |
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| file | String | Yes | MP3 audio file, binary upload. Maximum size: 100 MB. |
Response
Returns a binary file in the response body. The output schema is a binary string, so the success payload is the converted WAV file content.
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| response body | String | Yes | Binary WAV file content returned by the endpoint. |