VERIFY API Docs
Developer API

Trust checks, by the thousand.

One REST call tells you whether an agent should pay a resource. Start free — no wallet, no crypto. Agents can still pay per-call via x402.

Free
$0
100 checks / month
to try it out
Get a free key
Starter
$19/mo
5,000 checks / month
≈ $0.004 / check
Growth
$99/mo
50,000 checks / month
≈ $0.002 / check

Agents that run a wallet skip keys entirely: POST /check for $0.01 in USDC via x402.

Free key — 100 checks/month

Save it now — it's shown only once. Use it as Authorization: Bearer …
curl -X POST https://verify.inferenceview.com/v1/check \
  -H "Authorization: Bearer iv_..." \
  -H "Content-Type: application/json" \
  -d '{"url":"https://api.some-tool.com/paid-endpoint"}'