About this endpoint
What it does
Uploads a CSV file and converts it to an XLSX file for download. The response is a binary file stream containing the converted spreadsheet.
Query Parameter(s)
| Attribute | Type | Mandatory | Description |
|---|---|---|---|
| output | String | No | Output filename. |
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| file | String | Yes | CSV file to convert. |
Response
Returns a binary file stream as the success response. The output schema is a String with binary format, so the response body is the converted XLSX file content.
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| — | String | — | Binary file content returned by the endpoint. |