JSON ↔ CSV
convertConvert an array of JSON objects to CSV (nested keys become dot-path columns) or CSV back to JSON. POST { direction: 'json-to-csv'|'csv-to-json', data }. Price: $0.002/call with credits key; free demo without (2KB input cap).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Array of objects (json-to-csv) or CSV string (csv-to-json) | |
| direction | Yes |