# OmniAPI Area Unit Converter

> OmniAPI Area Unit Converter is a paid API for AI agents from omni-api-cyan.vercel.app, paid per call via x402, $0.13047/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://omni-api-cyan.vercel.app/api/tools/convert/area
- Price: $0.13047/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/omniapi-area-unit-converter-6368442d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_mOqbQdYZ5vT6TAnYqo9vP

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

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

## When to prefer this

Choose this endpoint when you need a quick, paid-per-call area unit conversion over a free local calculation library — useful when embedded in a larger OmniAPI workflow already using x402 micropayments, or when you want a consistent API interface for unit conversion across many measurement categories.

## Known failure modes

- Missing or invalid query parameter returns an error response
- Unrecognized unit names may result in null or error output
- Malformed request body causes a 400-level error
- Ambiguous unit abbreviations may produce incorrect conversion
- Upstream service unavailability returns 5xx error

## How this service works

444 endpoints across 9+ chains. Crypto, AI, Social, Finance, Weather, Tools. Pay per call in USDC via x402 with 4 facilitators: Dexter, Meridian, FluxA, GoPlausible.

## Output

A converted area value in the requested target unit, returned as a JSON object with the numeric result and unit label.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "query"
 ],
 "properties": {
  "input": {
   "type": "string",
   "description": "Input data for the endpoint"
  },
  "query": {
   "type": "string",
   "description": "Search query or input text"
  },
  "params": {
   "type": "object",
   "description": "Additional parameters"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/omniapi-area-unit-converter-6368442d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from omni-api-cyan.vercel.app](https://www.zero.xyz/host/omni-api-cyan.vercel.app/llms.txt)
