What it does
Converts between CSV and JSON formats.
Endpoint
POST https://csv-json-api-x402-689670267582.us-central1.run.app/convert
Price
$0.005 USDC
Request Example
{
"csv": "name,age\nAlice,30\nBob,25",
"direction": "csv-to-json"
}
Response
Returns the converted data.