Integrate Checkify's powerful AI fact-checking capabilities directly into your applications with our simple and robust API.
Sign up and get your API key from the dashboard.
Send your first fact-checking request to our endpoint.
Receive instant verification results with confidence scores.
Integrate into production with enterprise-grade reliability.
All API requests require authentication using your API key in the Authorization header.
/v1/fact-checkVerify the accuracy of a given text or claim.
{
"text": "string (required)",
"sources": ["string"] (optional),
"language": "string" (optional, default: "en")
}{
"rating": "True|False|Partially True|Misleading",
"confidence": 95,
"explanation": "Detailed explanation...",
"sources": ["Source 1", "Source 2"],
"processing_time": 1.2
}