Dashboard

Monitor your AI verification pipeline

Total Verifications
Avg Latency
Total Claims
Verification Rate

Quick Start

curl -X POST https://YOUR-API/prod/verify \
  -H "Content-Type: application/json" \
  -H "x-api-key: YOUR_KEY" \
  -d '{
    "ai_response": "Python was created by Guido van Rossum.",
    "source_documents": ["Python is a language created by Guido van Rossum in 1991."]
  }'