# ScriptMasterLabs CSV-to-JSON Converter

> ScriptMasterLabs CSV-to-JSON Converter is a paid API for AI agents from acp-x402-discovery.onrender.com, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Converts CSV-formatted data to JSON via a pay-per-call API settled in USDC on Base using the x402 protocol

## Facts

- Endpoint: GET https://acp-x402-discovery.onrender.com/x402/csv-to-json
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/scriptmasterlabs-csv-to-json-converter-aa27f28a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_wmPgpOGXqWU_ONXtNVzaV

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability scriptmasterlabs-csv-to-json-converter-aa27f28a
```

Example prompt: Can you convert this CSV data into JSON for me? I have a comma-separated table with columns name, age, and city and want each row returned as a JSON object.

## When to prefer this

Use this endpoint when you need a quick, pay-per-call CSV-to-JSON conversion without setting up your own parser, especially in agent workflows that already use the x402 micropayment protocol on Base. Best for small to medium CSV payloads where spinning up a local parser is impractical or where you want a hosted, on-demand conversion service settled in USDC.

## Known failure modes

- Malformed or missing CSV input returns an empty or error response
- Ambiguous or missing column headers may produce unexpected JSON keys
- Large CSV payloads may be truncated or time out on the Render free tier
- Payment failure via x402/USDC may block the call entirely
- Undocumented input schema makes it unclear how to pass multi-row CSV data

## How this service works

Pay-per-call crypto, RWA, federal, SEC, and compliance APIs. Settled in USDC on Base via x402. Hyphen routes only (e.g. /x402/rwa-aggregates, /x402/gas-tracker).

## Output

A JSON representation of the input CSV data, with each CSV row mapped to a JSON object and column headers used as keys. The response structure mirrors the input CSV's schema as a structured JSON payload.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/scriptmasterlabs-csv-to-json-converter-aa27f28a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from acp-x402-discovery.onrender.com](https://www.zero.xyz/host/acp-x402-discovery.onrender.com/llms.txt)
