About this endpoint
What it does
Converts a CSV file fetched from a public URL into an XML string. The request body provides the CSV URL, and the response is the generated XML as a plain string.
Query Parameter(s)
| Attribute | Type | Mandatory | Description |
|---|---|---|---|
| headers_absent | ENUM | No | Whether the source URL response should be treated as having no headers.<br>Allowed values: true, false.<br>Default: false. |
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| url | String | Yes | Publicly accessible URL pointing to a CSV file. The endpoint validates that the response Content-Type is text/csv or text/plain; charset=UTF-8, or that the Content-Disposition header references a .csv file. |
Response
Returns a plain XML string generated from the CSV content.