# Decision Data Studio CSV-JSON Quality Toolkit Download

> Decision Data Studio CSV-JSON Quality Toolkit Download is a paid API for AI agents from api.ikoles.dev, paid per call via x402, $9/call, status unknown (last checked 2026-09-14).

Downloads a ZIP archive containing the CSV-JSON quality toolkit — a bundle of local-first data validation and transformation utilities for agents and data workflows.

## Facts

- Endpoint: GET https://api.ikoles.dev/v1/products/csv-json-quality-toolkit
- Price: $9/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/decision-data-studio-csv-json-quality-toolkit-download-a78c793d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_AylPO8Ofee1XVFTeDXDWu

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 decision-data-studio-csv-json-quality-toolkit-download-a78c793d
```

Example prompt: Can you download the CSV-JSON quality toolkit from Decision Data Studio as a zip file so I can use it for local data validation and agent workflow tasks?

## When to prefer this

Choose this endpoint when you need a self-contained, downloadable bundle of CSV and JSON data quality and transformation utilities for local or offline use within agent workflows. Prefer this over streaming or API-based data tools when you need to embed the toolkit into a local environment rather than call a remote service per-operation.

## Known failure modes

- Payment not completed — endpoint requires $9 USDC via x402 protocol, agent may not have payment capability configured
- Invalid format parameter — only 'zip' is accepted as the format query parameter
- Network or server error returning non-200 status
- Empty or corrupted ZIP archive if server-side packaging fails
- Agent runtime may not support binary file download handling

## How this service works

Local-first data and agent workflow tools from Decision Data Studio, plus verified EU tender shortlists and machine-callable utilities.

## Output

A binary ZIP archive download containing the CSV-JSON quality toolkit — a collection of local-first data validation, quality-checking, and transformation utilities intended for use in agent workflows and data pipelines. The response has content type application/zip and is delivered as a file download.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "format": {
       "enum": [
        "zip"
       ],
       "type": "string"
      }
     },
     "additionalProperties": false
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object",
     "required": [
      "contentType",
      "format",
      "delivery"
     ],
     "properties": {
      "format": {
       "type": "string",
       "const": "binary"
      },
      "delivery": {
       "type": "string",
       "const": "download"
      },
      "contentType": {
       "type": "string",
       "const": "application/zip"
      }
     },
     "additionalProperties": false
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "format": "binary",
  "delivery": "download",
  "contentType": "application/zip"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/decision-data-studio-csv-json-quality-toolkit-download-a78c793d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.ikoles.dev](https://www.zero.xyz/host/api.ikoles.dev/llms.txt)
