About this endpoint
What it does
Converts an uploaded CSV file into an XML file and returns the result as a downloadable binary response.
Query Parameter(s)
| Attribute | Type | Mandatory | Description |
|---|---|---|---|
| output | String | No | Output name/prefix for the generated file. Default: sample-output. |
| headers_absent | ENUM | No | Whether the CSV file has no headers. Allowed values: true, false. Default: false. |
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| file | String | Yes | CSV file to convert. Binary file upload. |
Response
Returns a downloadable XML file as a binary response. The output schema is a single binary value, so the success payload is the converted file itself rather than a JSON object.