About this endpoint
What it does
Converts an uploaded WAV file to MP3 and returns the converted audio as a binary download. The request sends the source file in the body and can include an output query parameter.
Query Parameter(s)
| Attribute | Type | Mandatory | Description |
|---|---|---|---|
| output | String | No | Output name or label for the converted audio. |
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| file | String | Yes | WAV audio file to convert. Binary file upload. Max 100 MB. |
Response
Returns a binary file stream containing the converted MP3 audio.
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| response | String | Yes | Binary output download containing the converted MP3 audio. |