# NexusAPI Data Format Converter

> NexusAPI Data Format Converter is a paid API for AI agents from nexus-api-virid.vercel.app, paid per call via x402, $0.06397/call, status unknown (last checked 2026-09-15).

Converts data between formats or units via a general-purpose data conversion endpoint

## Facts

- Endpoint: POST https://nexus-api-virid.vercel.app/api/tools/convert/data
- Price: $0.06397/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/nexusapi-data-format-converter-f884e106
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5jq5J5g97xH9wmExqhFRH

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 nexusapi-data-format-converter-f884e106 -d '<json body>'
```

Example prompt: Can you convert this JSON object into CSV format for me? Here's the data: [{"name":"Alice","age":30},{"name":"Bob","age":25}]

## When to prefer this

Use this endpoint when you need a lightweight, pay-per-call data conversion without managing API keys, especially for ad-hoc format transformations within an automated agent workflow on Base/USDC payment rails.

## Known failure modes

- Vague or ambiguous query string may return incorrect or empty conversion result
- Unsupported format pair may return an error or null result
- Malformed input data may cause processing failure
- Rate limits or payment failures may block the request

## How this service works

Crypto, AI, Social Media, Finance, Weather, Tools &amp; more. Pay per call in USDC on Base. No API keys.

## Output

Returns a converted or transformed version of the input data in the requested output format or unit, delivered as a JSON response object containing the result.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "Search query or input parameter"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "description": "API response data"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/nexusapi-data-format-converter-f884e106/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from nexus-api-virid.vercel.app](https://www.zero.xyz/host/nexus-api-virid.vercel.app/llms.txt)
