POST

Serialize JSON rows to CSV string. Uses csv-stringify

/v1/json-csv

Conversions · csv-stringify

Request → Response

Examples from schemas.json.

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

{
  "json": [
    {}
  ]
}
Responseapplication/json
HTTP/1.1 200 OK
Content-Type: application/json

// Endpoint-specific body after 402 settlement

Overview

Serialize JSON rows to CSV string. Uses csv-stringify.

Request schema

Body: JSON · application/json

FieldTypeDescription
jsonarrayrequired
IMPLEMENTATION
curl -X POST https://api.tools402.dev/v1/json-csv \
  -H "Content-Type: application/json" \
  -d '{
  "json": [
    {}
  ]
}'

402 payment flow omitted — see Integrations for settlement.