$ echo "csv, json, xml, yaml, toml" | pipe --anywhere
Convert data between formats
without leaving the terminal of your app.
A small, dependency-light API for converting CSV, JSON, XML, YAML, and TOML — one call, one response, no ceremony.
converter.session
→
input
output
Endpoints
POST
/api/convert
Convert raw text from one format to another.
POST
/api/convert-file
Upload a file and convert it; returns a download link.
GET
/api/download?id=
Download a previously converted file.
POST
/api/validate
Check whether text is well-formed for a given format.
GET
/api/formats
List supported formats and available conversion paths.
POST
/api/batch
Convert up to 50 items in a single request.