AgentAudit: AI Hallucination & Fact Checker
# AgentAudit: AI Hallucination Detection API AgentAudit is a middleware API designed to verify the reliability of LLM-generated content in real-time. It acts as a semantic firewall between your AI agent and your users. If you are building RAG (Retrieval-Augmented Generation) applications, you likely face the issue where the model generates confident answers that are not actually supported by the…
AgentAudit: AI Hallucination & Fact Checker endpoints
| Method | Endpoint | Description |
|---|---|---|
| Verification | ||
| POST |
verifyContent /api/v1/verify |
Verifies if an AI-generated answer is grounded in the provided context. Returns a trust score (0-1) and detailed test results including: - Grounding check (is answer supported by… |
| Analytics | ||
| GET |
getStats /api/v1/stats |
Retrieve overall statistics about your verification usage including: - Total number of verifications - Average trust score - Hallucination rate - Success/failure counts |
| GET |
getHistory /api/v1/history |
Retrieve recent verification history with details about each request. Returns the 50 most recent verifications by default. |
AgentAudit: AI Hallucination & Fact Checker pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 10 / minute |
|
| PRO Recommended | $19 / month | 1000 / minute |
|
| ULTRA | $39 / month | 500 / minute |
|
| MEGA | $99 / month | 1000 / minute |
|