# NexusAPI Area Unit Converter

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

Converts area measurements between different units (e.g., square meters to acres, hectares to square feet)

## Facts

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

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-area-unit-converter-ba41b99f -d '<json body>'
```

Example prompt: Can you convert 2.5 acres into square meters for me?

## When to prefer this

Use this endpoint when an AI agent needs to convert an area measurement between different unit systems (metric/imperial/other) on-the-fly without maintaining a local conversion library. Suitable for real estate, agriculture, construction, or scientific tasks requiring area unit conversion.

## Known failure modes

- Invalid or unrecognized unit type in query returns error
- Malformed query string with no parseable area value or unit
- Unsupported unit combination returns null or empty result
- Payment failure (402) if USDC balance insufficient
- Ambiguous query without clear source or target unit may return unexpected result

## 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 area value in the requested target unit, likely including the numeric result and unit label.

## 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-area-unit-converter-ba41b99f/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)
