v1
latestOpenAPI 3.0.1MIT2026-07-2661255.8 KBThe Fact Checker endpoint is a powerful tool designed to verify the accuracy of a given piece of content by checking it against a a variety of trusted sources. The cost is 2 credits per word.
post/v2/fact-checker
Request body
Response
Fact Checker response
Example response
{
"status": 200,
"claims": [
{
"id": 1,
"score": 100
}
],
"score": 100,
"claimsCount": 11,
"sentences": [
{
"id": 1
}
],
"language": "en",
"creditsUsed": 1234,
"creditsRemaining": 34567,
"wordCount": 617
}