About this endpoint
What it does
Parses an XML document sent in the request body and returns a JSON response containing the parsed result. The response schema declares a top-level data field and a top-level root string field.
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| xml | String | Yes | The XML document to parse. |
Response
Returns a JSON object with a data field and a root string field.
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| data | Object | No | Parsed response payload. The schema does not further define its shape. |
| root | String | No | String value returned by the API. |