About this endpoint
What it does
Converts an uploaded JSON file into a raw XML string. The request uploads a JSON file, and the response is plain XML text rather than a JSON object.
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| file | String | Yes | JSON file to convert. The file MIME type must be application/json. |
Response
Returns a plain XML string, not a JSON wrapper. The output schema is a top-level string, so the success response body is the XML text itself.
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| string body | String | Yes | Plain XML string. Not wrapped in JSON. No value field exists. |