MimeTypeTransformers
This API helps you to transform JSON, CSV, XML from one data format to another. We offer you fast response times and active support. Please reach out in case the API is down or you get some weird status code. We made sure such things do not happen as much as we could.
MimeTypeTransformers endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
JSONArray to CSV /jsonarray-to-csv |
Pass a JSON Array within a size limit of 1MiB and get CSV. Make sure the JSON Array is of only one level in depth. |
| POST |
JSONObject to XML /jsonobject-to-xml |
Pass a JSONObject within a size limit of 1MiB and get an XML. The XML will be wrapped in a tag called 'root' |
| POST |
CSV to JSONArray /csv-to-jsonarray |
You pass a csv body within a size limit 40KiB and you get json array of objects as a response |
| POST |
XML to JSON /xml-to-json |
Pass XML and get JSON |
MimeTypeTransformers pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 3 / second |
|
| PRO | $15 / month | 3 / second |
|
| ULTRA | $30 / month | 5 / second |
|
| MEGA | $50 / month | 10 / second |
|