# NexusAPI Pressure Unit Converter

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

Converts pressure values between different units (e.g. Pa, bar, psi, atm, mmHg, hPa)

## Facts

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

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-pressure-unit-converter-861b7e96 -d '<json body>'
```

Example prompt: Convert 14.7 psi to kilopascals for me.

## When to prefer this

Use this endpoint when an AI agent needs to programmatically convert pressure values between units (Pa, kPa, bar, psi, atm, mmHg, hPa, inHg, etc.) without needing an API key, paying per call in USDC on Base via x402.

## Known failure modes

- Unrecognized pressure unit returns an error or null result
- Missing or malformed query string returns 400 Bad Request
- Unsupported unit combination yields no conversion
- Payment failure (402) if USDC payment on Base is not completed
- Server error (500) if the conversion service is unavailable

## 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 pressure value in the requested target unit, likely as a numeric result with 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-pressure-unit-converter-861b7e96/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)
