DataFormat Converter API
## DataFormat Converter API Convert between XML, CSV and JSON formats instantly via REST API. ### Available Endpoints - **CSV → JSON**: Convert CSV data to JSON array with auto type detection - **JSON → XML**: Convert JSON objects/arrays to well-formed XML - **JSON → CSV**: Convert JSON arrays to CSV with optional nested object flattening ### Input Methods All endpoints accept 3 input types: -…
DataFormat Converter API endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
JSON to CSV /json-to-csv |
Converts JSON array to CSV. Supports nested object flattening and custom delimiters. |
| POST |
JSON to XML /json-to-xml |
Converts JSON object or array to XML. Supports custom root element name. |
| POST |
CSV to JSON /csv-to-json |
Converts CSV content to JSON array. Supports custom delimiters. |
DataFormat Converter API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 5 / second |
|
| PRO Recommended | $9 / month | 10 / second |
|
| ULTRA | $29 / month | 30 / second |
|
| MEGA | $79 / month | 60 / second |
|