# PrimeAPI Area Unit Converter

> PrimeAPI Area Unit Converter is a paid API for AI agents from prime-api-seven.vercel.app, paid per call via x402, $0.170571/call, status unknown (last checked 2026-09-14).

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

## Facts

- Endpoint: POST https://prime-api-seven.vercel.app/api/tools/convert/area
- Price: $0.170571/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/primeapi-area-unit-converter-3dc9cf48
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2_yAE4tc9YFaoVZ14Zzrf

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 primeapi-area-unit-converter-3dc9cf48 -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 agent needs to convert area measurements between different unit systems (metric, imperial, etc.) without maintaining local conversion logic. Ideal for real estate, construction, land surveying, or scientific contexts where area unit normalization is required on-demand.

## Known failure modes

- Invalid or unrecognized unit names returns error
- Missing value or query string returns 400-level error
- Unsupported unit pair combination may return null or error
- Payment failure in USDC returns 402 Payment Required
- Malformed query string cannot be parsed

## 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, expressing the numerical result of converting from the source unit to the destination unit.

## 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/primeapi-area-unit-converter-3dc9cf48/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from prime-api-seven.vercel.app](https://www.zero.xyz/host/prime-api-seven.vercel.app/llms.txt)
