POST

Parse CSV text to JSON rows with optional delimiter. Uses csv-parse

/v1/csv-json

Conversions · csv-parse

Request → Response

Examples from schemas.json.

Requestapplication/json
POST /v1/csv-json
Content-Type: application/json

{
  "csv": "example",
  "delimiter": "example"
}
Responseapplication/json
HTTP/1.1 200 OK
Content-Type: application/json

// Endpoint-specific body after 402 settlement

Overview

Parse CSV text to JSON rows with optional delimiter. Uses csv-parse.

Request schema

Body: JSON · application/json

FieldTypeDescription
csvstringrequired
delimiterstringoptional
IMPLEMENTATION
curl -X POST https://api.tools402.dev/v1/csv-json \
  -H "Content-Type: application/json" \
  -d '{
  "csv": "example",
  "delimiter": "example"
}'

402 payment flow omitted — see Integrations for settlement.