# PrimeAPI Pressure Unit Converter

> PrimeAPI Pressure Unit Converter is a paid API for AI agents from prime-api-seven.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. Pascal, bar, PSI, atm, mmHg)

## Facts

- Endpoint: POST https://prime-api-seven.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/primeapi-pressure-unit-converter-93dd98e3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_UUuLImtgrpBMJ26zvE_01

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

Example prompt: Convert 14.7 PSI to bar for me.

## When to prefer this

Use this endpoint when you need a quick, pay-per-call pressure unit conversion without managing API keys, particularly useful in agent workflows where pressure readings need to be normalized to a different unit system (e.g. scientific vs engineering vs meteorological units).

## Known failure modes

- Unrecognized unit name returns an error or empty result
- Missing query parameter causes 400 bad request
- Ambiguous unit abbreviation leads to incorrect conversion
- Payment failure (402) if USDC balance is insufficient on Base
- Non-numeric input for pressure value causes parsing error

## 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, along with conversion metadata such as the original value, source unit, and target 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-pressure-unit-converter-93dd98e3/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)
