DELXCOMMERCE Live contract

Web and API intelligence · utility

Delx Json To Csv

Convert structured JSON rows into CSV for exports, sheets, and handoff (x402)

x402utilityjsoncsvdata-cleaning

One-command purchase

Run it from an agent.

No account or API key. AgentCash reads the 402 challenge, pays no more than the declared cap, retries the request and returns the result.

npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/json-to-csv -m POST -H 'x-delx-source: product-page' --max-amount 0.01 -b '{"json_text":"[{\"name\":\"ana\",\"score\":7}]"}'
InputPOST /api/v1/x402/json-to-csv
{
  "json_text": "[{\"name\":\"ana\",\"score\":7}]"
}
Delivered resultapplication/json
{
  "tool_name": "util_json_to_csv",
  "result": {
    "columns": [
      "name",
      "score"
    ],
    "row_count": 1,
    "csv": "name,score\\rana,7\\r\\n"
  }
}

Machine-readable evidence

Inspect before paying.