About this endpoint
What it does
Converts the XML document available at a public URL into JSON and returns a pre-signed S3 URL for the converted file. The request supplies the source XML URL, and the response contains a JSON data field with the download URL.
Query Parameter(s)
| Attribute | Type | Mandatory | Description |
|---|---|---|---|
| output | String | No | Output file name prefix. Default: sample-output. |
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| url | String | Yes | Publicly accessible URL pointing to an XML file. Format: URI. |
Response
Returns a JSON object with a data string field containing a pre-signed S3 URL to the converted JSON file. The URL is valid for 5 minutes.
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| data | String | Yes | Pre-signed S3 URL pointing to the converted JSON file. Format: URI. |