API Tools
20 endpoints across 6 categories
JSON Conversions
— 4 tools/v1/convert/json-to-csv
Convert a JSON array of objects to CSV format with automatic header detection.
View details →/v1/convert/json-to-xml
Convert a JSON object or array to well-formed XML with configurable root element.
View details →/v1/convert/json-to-yaml
Convert a JSON object to YAML with clean formatting and optional sort keys.
View details →/v1/convert/json-to-toml
Convert a JSON object to TOML configuration format.
View details →Inbound Conversions
— 4 tools/v1/convert/csv-to-json
Parse CSV text into a JSON array of objects using the header row as keys.
View details →/v1/convert/xml-to-json
Parse XML into a JSON object with configurable attribute handling.
View details →/v1/convert/yaml-to-json
Parse YAML into a JSON object using safe_load for security.
View details →/v1/convert/toml-to-json
Parse TOML configuration into a JSON object.
View details →Markup & Text
— 3 tools/v1/convert/markdown-to-html
Render Markdown to HTML with support for tables, fenced code, and footnotes.
View details →/v1/convert/html-to-markdown
Convert HTML back to clean Markdown using tag-to-syntax mapping.
View details →/v1/convert/html-to-text
Strip all HTML tags and return plain text content with preserved whitespace.
View details →Validation
— 3 tools/v1/convert/json-validate
Validate a JSON document against a JSON Schema (draft 2020-12).
View details →/v1/convert/csv-lint
Lint CSV for inconsistent column counts, encoding issues, and quoting errors.
View details →/v1/convert/xml-validate
Validate XML well-formedness and optionally against an XSD schema.
View details →Data Utilities
— 2 toolsEncoding
— 4 tools/v1/convert/base64-encode
Encode a string or binary data to Base64.
View details →/v1/convert/base64-decode
Decode a Base64 string back to plain text or binary data.
View details →/v1/convert/url-encode
Percent-encode a string for safe use in URLs.
View details →/v1/convert/url-decode
Decode a percent-encoded URL string back to plain text.
View details →