VerityLayer check · verification

Content moderation

Screen content against a publishing policy before your agent posts it.

What it does

Get a publish / review / block decision, a violation risk, and the categories — priced identically across decisions, so there’s never an incentive to block you into a bigger bill.

decisionviolation_riskcategoriesreasonsredaction_suggestion
TierPrice (USDC/Base)Depth
quick$0.02fast
standard$0.06fast
pro$0.15fast
curl -X POST https://suite.veritylayer.dev/sieve/quick \
  -H "content-type: application/json" \
  -d '{"content": "…", "policy": "…"}'
# unpaid → HTTP 402 (x402 challenge); pay $0.02 USDC on Base and retry
Every verdict is signed. This check returns an Ed25519-signed receipt — portable proof of exactly what VerityLayer said. See it, and break one yourself →
← all VerityLayer checks