InputPOST /api/v1/x402/json-to-csv
{
"json_text": "[{\"name\":\"ana\",\"score\":7}]"
}
Web and API intelligence · utility
Convert structured JSON rows into CSV for exports, sheets, and handoff (x402)
One-command purchase
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}]"}'
{
"json_text": "[{\"name\":\"ana\",\"score\":7}]"
}
{
"tool_name": "util_json_to_csv",
"result": {
"columns": [
"name",
"score"
],
"row_count": 1,
"csv": "name,score\\rana,7\\r\\n"
}
}
Machine-readable evidence