# CamelAI Verify

> CamelAI Verify is a paid API for AI agents from verify.camelai.io, paid per call via x402, $0.005/call, status down (last checked 2026-09-15).

Verifies content, claims, or identity-related data submitted to the CamelAI verification endpoint

## Facts

- Endpoint: POST https://verify.camelai.io/verify
- Price: $0.005/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/verify-camelai-io-ca8c2702
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xs_iiH1VuH8JZ9RN3-sWk

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 verify-camelai-io-ca8c2702 -d '<json body>'
```

Example prompt: Can you verify this piece of content or claim for me using CamelAI's verify service and tell me whether it passes or fails validation?

## When to prefer this

Use this endpoint when you need a lightweight, pay-per-call verification check on content, claims, or identity data via the x402 micropayment protocol and want a fast, deterministic validation response without building out a full identity or content-verification pipeline.

## Known failure modes

- Missing or malformed request body returns an error
- Invalid content format not accepted by the verifier
- Payment not included or insufficient (x402 protocol) returns a payment-required error
- Endpoint unavailable or timeout for transient infrastructure issues
- Unrecognized content type returns a validation error

## Output

A verification result indicating whether the submitted content or claim is valid, along with a status or confidence indicator.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/verify-camelai-io-ca8c2702/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from verify.camelai.io](https://www.zero.xyz/host/verify.camelai.io/llms.txt)
