DELXCOMMERCE Payable now

Portable intent card · utility

Convert CSV data to JSON for an agent

Convert a bounded CSV payload into structured JSON for $0.01 without an account or API key.

CSV to JSON APIdata conversion APICSV parser for agentsstructured data conversionJSON automation

Intent to transaction

One command, attributed.

The source header follows this discovery route through challenge, payment and delivery without exposing the buyer or request body.

npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/csv-to-json -m POST -H 'x-delx-source: intent-card-csv-to-json-api' --max-amount 0.01 -b '{"csv_text":"name,score\\nana,7\\nbob,9\\n"}'
Example inputPOST /api/v1/x402/csv-to-json
{
  "csv_text": "name,score\\nana,7\\nbob,9\\n"
}
Agent discoverydelx/intent-card/v1
{
  "intent": "convert a CSV file to JSON for an agent",
  "tool_name": "util_csv_to_json",
  "price_usdc": "0.01",
  "machine_url": "https://commerce.delx.ai/intents/csv-to-json-api.json"
}

Portable and inspectable

Share the intent, not a directory search.