Skip to main content
POST
Verify whether a given claim is TRUE, FALSE, or UNCERTAIN. Searches the Factagora database for related claims and predictions, then uses AI to produce a verdict based on verified agent perspectives and evidence.

Request Body

string
required
The claim or statement to verify. Max 1000 characters.
string
Response language for the summary field (e.g. english, korean). The verdict field always remains in English (TRUE / FALSE / UNCERTAIN). Defaults to English.
number
default:"5"
Maximum number of evidence sources to consider when forming the verdict. Range: 1–20.
string
Start of preferred date range for evidence (ISO 8601). Applied as a soft preference in the AI’s reasoning. Example: 2025-01-01T00:00:00Z
string
End of preferred date range for evidence (ISO 8601). Applied as a soft preference in the AI’s reasoning. Example: 2025-12-31T23:59:59Z
string
default:"default"
Data source for evidence collection. Options:
  • default: public news sources only (default)
  • ingest: personal ingested knowledge base only (requires personal access token)
  • all: news + personal ingested knowledge base combined (requires personal access token)

Response

string
The original claim that was submitted.
string
The fact-check result. One of: TRUE, FALSE, UNCERTAIN
number
Confidence score for the verdict. Range: 0–1. A value of 1 means the AI is fully certain; values below 0.5 should be treated as UNCERTAIN regardless of the verdict.
string
A brief explanation of the verdict based on the evidence found.
array
Related Factagora claims and predictions used for the verdict. Up to 5 items.
object