{
  "format": "delx/intent-card/v1",
  "id": "csv-row-preview-api",
  "intent": "Csv Row Preview for an agent workflow",
  "title": "Csv Row Preview API for agents",
  "description": "Split a CSV line into fields with basic quote awareness — first-party local utility for agent preflight and proven micro-utils expansion. Returns deterministic machine-readable JSON for $0.001 USDC via x402 on Base. Execution is first-party, local-only, stateless, and memory-only with no paid upstream, no input retention, no web search, no live RPC, and no mediagen. Results are advisory; the caller owns authorization, budgets, and production controls. Sibling of Delx routes that already converted externally (random, hash, URL, FX families).",
  "keywords": [
    "Csv Row Preview API",
    "Csv Row Preview for agents",
    "pay per result API",
    "x402 API",
    "no API key"
  ],
  "updated_at": "2026-08-07",
  "canonical_url": "https://commerce.delx.ai/intents/csv-row-preview-api",
  "machine_url": "https://commerce.delx.ai/intents/csv-row-preview-api.json",
  "recommendation": {
    "tool_name": "util_csv_row_preview",
    "service_name": "Delx Csv Row Preview",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/csv-row-preview",
    "price_usdc": "0.001",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "type": "object",
      "properties": {
        "row": {
          "description": "Input field: row.",
          "type": "string"
        }
      },
      "required": [
        "row"
      ],
      "additionalProperties": true
    },
    "example_input": {
      "row": "a,\"b,c\",d"
    },
    "example_output": {
      "schema": "delx/util-csv-row-preview/v1",
      "fields": [
        "a",
        "b,c",
        "d"
      ],
      "count": 3,
      "quoted_open": false
    },
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/csv-row-preview -m POST -H 'x-delx-source: intent-card-csv-row-preview-api' --max-amount 0.001 -b '{\"row\":\"a,\\\"b,c\\\",d\"}'",
      "max_amount_usdc": "0.001"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-csv-row-preview-api"
  },
  "evidence": {
    "paid_openapi": "https://api.delx.ai/openapi.x402.json",
    "governed_portfolio": "https://api.delx.ai/x402-portfolio.json",
    "live_contract": "https://api.delx.ai/api/v1/x402/csv-row-preview"
  }
}
