About this endpoint
What it does
Converts an uploaded CSV file into an XLSX file and streams the resulting spreadsheet back as a binary download.
Query Parameter(s)
| Attribute | Type | Mandatory | Description |
|---|---|---|---|
| output | String | No | Output filename. The schema shows output.xlsx as an example. |
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| file | String | Yes | CSV file to convert. Binary upload. |
Response
Returns a binary file stream as the success response. The output schema is a single string with binary format, so the response body is the generated XLSX file content.
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| binary response body | String | Yes | Downloadable file content in binary format. |