About this endpoint
What it does
Converts an uploaded WAV audio file to MP3 and returns the converted audio as a binary response. The request sends the source file in the multipart body and can optionally include an output query parameter.
Query Parameter(s)
| Attribute | Type | Mandatory | Description |
|---|---|---|---|
| output | String | No | Output name/value for the converted file. Example: converted-audio. |
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| file | String | Yes | WAV audio file to convert. Binary upload. Maximum size: 100 MB. |
Response
Returns a binary file response containing the converted MP3 audio. The success response is a binary payload with no JSON wrapper or top-level fields.
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| response | String | Yes | Binary MP3 audio content returned by the endpoint. |