VerityLayer check · verification
← all VerityLayer checks
AI-text detection
Estimate whether a passage of text was AI-generated.
What it does
Get a verdict, an AI-probability, and the reasons — a signal for provenance, disclosure, and trust decisions.
verdictai_probabilityreasonssignals_for_aisignals_for_humanlimitations
| Tier | Price (USDC/Base) | Depth |
|---|---|---|
| quick | $0.02 | fast |
| standard | $0.06 | fast |
| pro | $0.15 | fast |
curl -X POST https://suite.veritylayer.dev/provenance/quick \
-H "content-type: application/json" \
-d '{"text": "…", "context": "…"}'
# 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 →