Hallucination Correctors
API for managing hallucination correction, including listing available models and correcting hallucinated content in generated text
📄️ List hallucination correctors
Retrieves a list of available hallucination correctors used for detecting and correcting hallucinations in AI-generated content. This endpoint supports filtering by name or description, pagination, and metadata for navigating large result sets.
📄️ Corrects hallucinations in generated text based on source documents
This endpoint identifies information in generated text that is not supported by the provided source documents and offers corrections with minimal changes. This can be used standalone or as part of a RAG workflow where the HHEM score indicates potential hallucinations.