Antiprise


You have XML
You need JSON

You send usWe send you
☹️ XML😊 JSON

A Single endpoint


Sign up, grab your API key

Deliver your XML payload to api.antiprise.io/xml

We return beautiful JSONified data

FAQ


How much does this cost?

For you? Free up to 500 requests.

And then $10 dollars a month for up to 50,000 requests.

What if I need more requests than that?

Sounds serious. Better drop us a line at hello@antiprise.io

How did you get the idea for this?

We were trying to pass around some XML data and someone stood up and asked

"But what if it was JSON?"

Why would I even use this?

We were using Zapier's webhooks which didn't support XML, so we built this to convert it to JSON. Now you can too. It probably has other uses. ¯\_(ツ)_/¯

Isn't this just a Function as a Service?

Yes.

Do you store the XML I send you?

No, we would never intentionally store XML.

Can you convert my JSON to XML?

Get out.


API Documentation


curl request

Example XML request

Example response

Authorization

Add your provided API key to your authorization header.

Your API Key is accessible from the app dashboard.

Limits

Your request will timeout after 10 seconds

Options

Content

When converted to JSON your content is converted into a key value pair. Specify a prefix to the key value with this option. The default key value is content with no prefix.

&contentPrefix=

Attribute prefix

Attributes are extracted into key value pairs. You can add a prefix to the key to prevent name collisions. Specify a new prefix with this option. The default is no prefix.

&attrPrefix=

Prettify

We can return your JSON in a prettified format if you use this option. Default is minified.

&pretty=true

Disclaimer

XML and JSON are different data structures. Mapping an XML element with order-dependent collections of anonymous values to an order-independent collection of named values can be fraught.

We support XML 1.0, but not all XML extensions.

mors XML, vita JSON

© Clave 2018. All rights reserved.