Data Converter
The Dataconv API converts data between various formats and structures, such as JSON, XML, and CSV. It streamlines integration between systems by automatically reformatting data for compatibility. This tool improves workflow efficiency by allowing developers to programmatically transform data formats without manual conversion. Convert between JSON, CSV, XML, and YAML formats. Validate, format,…
Data Converter endpoints
| Method | Endpoint | Description |
|---|---|---|
| health | ||
| GET |
healthCheck /health |
Check API availability and service status. This endpoint does not require authentication. |
| v1 | ||
| POST |
post_v1_json-to-xml /v1/json-to-xml |
Convert a JSON object to XML format. |
| POST |
post_v1_csv-to-json /v1/csv-to-json |
Convert CSV string to a JSON array of objects. |
| POST |
post_v1_json_format /v1/json/format |
Format/prettify a JSON string with configurable indentation. |
| POST |
post_v1_json-to-yaml /v1/json-to-yaml |
Convert a JSON object to YAML format. |
| GET |
get_v1_tiers /v1/tiers |
Returns available pricing tiers and their rate limits. |
| POST |
post_v1_json_minify /v1/json/minify |
Minify a JSON string by removing all whitespace. |
| POST |
post_v1_yaml-to-json /v1/yaml-to-json |
Convert a YAML string to JSON. |
| POST |
post_v1_json-to-csv /v1/json-to-csv |
Convert a JSON array of objects to CSV format. |
| GET |
get_v1_docs /v1/docs |
Get API documentation, pricing info, and available endpoints. |
| POST |
post_v1_json_validate /v1/json/validate |
Validate JSON syntax and report any errors. |
| POST |
post_v1_xml-to-json /v1/xml-to-json |
Convert an XML string to JSON. |
| Other endpoints | ||
| GET |
healthCheck /health |
Check API availability and service status. This endpoint does not require authentication. |
| POST |
post_v1_json-to-yaml /v1/json-to-yaml |
Convert a JSON object to YAML format. |
| POST |
post_v1_yaml-to-json /v1/yaml-to-json |
Convert a YAML string to JSON. |
| POST |
post_v1_json-to-xml /v1/json-to-xml |
Convert a JSON object to XML format. |
| GET |
get_v1_tiers /v1/tiers |
Returns available pricing tiers and their rate limits. |
| GET |
get_v1_docs /v1/docs |
Get API documentation, pricing info, and available endpoints. |
| POST |
post_v1_csv-to-json /v1/csv-to-json |
Convert CSV string to a JSON array of objects. |
| POST |
post_v1_xml-to-json /v1/xml-to-json |
Convert an XML string to JSON. |
| POST |
post_v1_json-to-csv /v1/json-to-csv |
Convert a JSON array of objects to CSV format. |
| POST |
post_v1_json_validate /v1/json/validate |
Validate JSON syntax and report any errors. |
| POST |
post_v1_json_format /v1/json/format |
Format/prettify a JSON string with configurable indentation. |
| POST |
post_v1_json_minify /v1/json/minify |
Minify a JSON string by removing all whitespace. |
Data Converter pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 5 / minute |
|
| PRO | $9.99 / month | 30 / minute |
|
| ULTRA Recommended | $49.99 / month | 150 / minute |
|
| MEGA | $199 / month | 500 / minute |
|