# PrimeAPI Hash Verify

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

Verifies the integrity of a hash value against input data

## Facts

- Endpoint: POST https://prime-api-seven.vercel.app/api/tools/hash/verify
- Price: $0.131976/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/primeapi-hash-verify-c8cde1d6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_M829ELNX7-VejJtP04XMv

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-hash-verify-c8cde1d6 -d '<json body>'
```

Example prompt: Can you verify whether the hash 'e99a18c428cb38d5f260853678922e03' matches the string 'abc123' — I need to confirm the data hasn't been tampered with.

## When to prefer this

Use this endpoint when you need a simple, pay-per-call hash verification without managing API keys or infrastructure. Suitable for agents that occasionally need to verify data integrity as part of a workflow, especially when already operating in a USDC/x402 payment context on Base.

## Known failure modes

- Invalid or malformed hash format returns an error response
- Unsupported hash algorithm results in a failure or unknown result
- Missing query input returns a 400 bad request
- Hash and data mismatch returns a negative verification result
- Service unavailable or timeout on the Vercel deployment

## 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 a validation result indicating whether the provided hash matches the input data, typically including a boolean match status and possibly the algorithm used or details about the verification outcome.

## 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-hash-verify-c8cde1d6/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)
