# NexusAPI Length Converter

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

Converts a length value from one unit of measurement to another (e.g. meters to feet, miles to kilometers)

## Facts

- Endpoint: POST https://nexus-api-peach-nine.vercel.app/api/tools/convert/length
- Price: $0.147418/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/nexusapi-length-converter-e8f458f9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pRif9r5l0XkCqkfIA41U9

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-length-converter-e8f458f9 -d '<json body>'
```

Example prompt: Convert 5 miles to kilometers for me.

## When to prefer this

Use this endpoint when you need to convert a length or distance value between units of measurement (metric, imperial, or other systems) and want to pay per call without managing API keys. Prefer over free calculators when integrating into an automated agent workflow with USDC micropayments on Base.

## Known failure modes

- Unrecognized unit name returns error or empty result
- Ambiguous query (missing source or target unit) may return unexpected conversion
- Non-numeric value in query causes parse failure
- Unsupported or obscure unit types may not be handled
- Generic input schema may require exact phrasing to work correctly

## 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 the converted length value expressed in the target unit, given a natural language query or structured input specifying the source value and units.

## 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-length-converter-e8f458f9/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from nexus-api-peach-nine.vercel.app](https://www.zero.xyz/host/nexus-api-peach-nine.vercel.app/llms.txt)
