// NOW IN PUBLIC BETA

Stop trusting.
Start confirming.

One API call. Three verification engines. Every AI output — citations, facts, calculations — confirmed before it costs you.

Get Free API KeyView Docs \u2192
$ curl -X POST https://api.confirm-ai.net/v1/verify \
  -H "X-API-Key: vai_k8x..." \
  -d '{"text": "Under 12 CFR 1024.35, servicers must..."}'

// Response
{
  "citations": { "found": 3, "verified": 2, "flagged": 1 },
  "consensus": { "score": 0.94, "confidence": "HIGH" },
  "calculations": { "found": 1, "matches": 1, "mismatches": 0 }
}

Every angle, confirmed.

AI hallucinates citations, fabricates facts, and botches math. ConfirmAI catches all three.

\ud83d\udcce

Citation Verification

Extracts legal and regulatory citations — CFR, USC, case law, state statutes — and verifies each one exists and says what the AI claims.

\ud83d\udd00

Cross-Model Consensus

Sends claims to Claude, GPT-4o, and Gemini simultaneously. Scores agreement. Three models agreeing beats one model guessing.

\ud83e\uddee

Calculation Verification

Extracts every dollar amount and percentage, then independently re-computes using known inputs and standard formulas. Penny-accurate.

Three lines of code.

REST API. MCP server. Chrome extension. Pick your path.

1

Get your API key

Free tier: 50 verifications/month. No credit card. Instant provisioning.

2

Send AI output to /v1/verify

One endpoint runs all three engines. Or call each engine individually.

3

Ship with confidence

Structured verification report with confidence scores and recomputed values.

Built for your stack.

REST API, Python SDK, Node SDK, or MCP server.

# Python
import httpx

response = httpx.post(
    "https://api.confirm-ai.net/v1/verify",
    headers={"X-API-Key": "vai_your_key"},
    json={
        "text": ai_output,
        "known_inputs": {
            "principal": 150000,
            "rate": 0.045,
            "term_months": 360
        }
    }
)

report = response.json()
if report["consensus"]["confidence"] == "HIGH":
    publish(ai_output)  # Safe to use
else:
    flag_for_review(ai_output, report)

Pay for what you verify.

Start free. Scale when you need to.

Free

$0/mo
50 verifications/month
  • All 3 engines
  • REST API access
  • Basic support
Get Started

Business

$149/mo
5,000 verifications/month
  • All 3 engines
  • REST + MCP + webhooks
  • Audit trail export
  • Dedicated support
Start Business

Enterprise

$299/mo
50,000 verifications/month
  • All 3 engines
  • White-label option
  • Custom domains
  • SLA + SOC 2 audit log
  • Dedicated Slack channel
Contact Sales
Ready?

50 free verifications.
No credit card.

Get your API key in 10 seconds.