{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "csv-to-json-production-0ca3-up-railway-app-api-parse",
  "title": "CSV-to-JSON \u00b7 CSV Parser",
  "url": "https://csv-to-json-production-0ca3.up.railway.app/api/parse",
  "category": "tools",
  "summary": "Parse CSV content to JSON with configurable delimiters and header detection.",
  "seo": {
    "title": "CSV to JSON Parser API | x402 Micropayment",
    "description": "Convert CSV files to JSON with auto-detect delimiters and header handling. Pay 0.001 USDC per parse via x402 on Base."
  },
  "use_cases": [
    "Convert uploaded CSV files to structured JSON",
    "Parse legacy data exports with auto-detected delimiters",
    "Transform spreadsheet data for API consumption"
  ],
  "ideal_buyer": "Data engineers and developers processing CSV data in automated pipelines.",
  "example_prompt": "Parse this CSV content with semicolon delimiter and return JSON with headers.",
  "example_request_body": {
    "csv": "name;age;city\nAlice;30;NYC\nBob;25;LA",
    "delimiter": "semicolon",
    "hasHeaders": true
  },
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "cheap_outlier",
    "ratio": 0.05,
    "median_category_atomic": 20000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x6e8b64638b24c6d625b045dd353120d850064e2e",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "1000",
      "max_timeout_seconds": 300,
      "verified": false,
      "hints": {
        "input": {
          "body": {
            "type": "object",
            "required": [
              "csv"
            ],
            "properties": {
              "csv": {
                "type": "string",
                "description": "CSV content to parse"
              },
              "delimiter": {
                "type": "string",
                "description": "Delimiter: comma, semicolon, tab, pipe (default: auto-detect)"
              },
              "hasHeaders": {
                "type": "boolean",
                "description": "First row is headers (default: true)"
              }
            }
          },
          "type": "http",
          "method": "POST",
          "bodyType": "json"
        },
        "output": {
          "type": "json",
          "example": {}
        }
      }
    }
  ],
  "origin": {
    "slug": "csv-to-json-production-0ca3-up-railway-app",
    "host": "csv-to-json-production-0ca3.up.railway.app",
    "title": "CSV-to-JSON conversion service",
    "description": "Railway-hosted API endpoint for converting CSV data to JSON format. Returns structured JSON output from CSV input.",
    "url": "https://csv-to-json-production-0ca3.up.railway.app",
    "favicon": "https://csv-to-json-production-0ca3.up.railway.app/favicon.ico"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/csv-to-json-production-0ca3-up-railway-app-api-parse",
    "url": "https://x402all.com/resource/csv-to-json-production-0ca3-up-railway-app-api-parse",
    "name": "CSV-to-JSON \u00b7 CSV Parser",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/csv-to-json-production-0ca3-up-railway-app-api-parse",
      "@type": "Offer",
      "price": "0.001",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.001000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent",
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "paymentNetwork",
          "value": "base"
        },
        {
          "@type": "PropertyValue",
          "name": "paymentAsset",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ]
    },
    "sameAs": "https://csv-to-json-production-0ca3.up.railway.app/api/parse",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/csv-to-json-production-0ca3-up-railway-app",
      "url": "https://csv-to-json-production-0ca3.up.railway.app",
      "name": "CSV-to-JSON conversion service",
      "@type": "Organization"
    },
    "identifier": "csv-to-json-production-0ca3-up-railway-app-api-parse",
    "description": "Convert CSV files to JSON with auto-detect delimiters and header handling. Pay 0.001 USDC per parse via x402 on Base.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=csv-to-json-production-0ca3-up-railway-app-api-parse",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "tools"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=csv-to-json-production-0ca3-up-railway-app-api-parse"
}
