Skip to main content
POST
Given a block of text, such as the body of an article, this returns the statements in it that can actually be fact-checked. Opinions, questions, and rhetoric are left out. Each detected claim carries a verbatim excerpt copied from your input, never a paraphrase, so you can locate it in the original text by substring match and highlight it. Pair this with Fact Checker: detect first, then verify each claim you care about.

Request Body

string
required
The text to scan. Maximum 20,000 characters.
string
Source URL of the text. Recorded with the result.
string
Title of the source page. Recorded with the result.

Response

array
The detected claims, in the order they appear in the text.
The sentence “Analysts think this was overdue” is not returned. It is an opinion, so there is nothing to verify.