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
1,000 checks / month
to try it out
Get a free key
Stripe usage
$0.01/call
Card or invoice · billed monthly
API key, usage ledger, no funded wallet required
x402 wallet
$0.01/call
USDC on Base · settles per call
No account, invoice, subscription, or API key
Use x402

Same successful call, two rails: Stripe for account-based teams; x402 for wallet-native agents. Failed work is never metered.

Free key — 1,000 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"}'