verify_claims
Fact-check text against live web evidence from two independent retrievers, then have a model from a different lab audit the verdict. Returns per-claim verdicts: SUPPORTED, CONTRADICTED, UNSUPPORTED (searched and found nothing — not the same as false), or UNVERIFIABLE (opinion or prediction). Use before relying on a factual claim, or to check your own draft answer before sending it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | A public http(s) link to an article or web page. We fetch it, extract the readable text and verify the claims in it. Use this when the user gives you a link instead of text — you do not need to fetch the page yourself. Pages behind a login or paywall cannot be read; ask for the text instead. | |
| text | No | The text to verify. A single claim or a full answer containing several. May also be a bare link, e.g. 'verify https://example.com/article'. | |
| force | No | Re-check even if a recent saved result exists. | |
| confirm | No | Required to proceed when the text contains more than 3 checkable claims. Call estimate_claims first, tell the user the claim count and credit cost, then call again with confirm true once they agree. | |
| max_claims | No | Hard cap on how many claims to verify, and therefore on how many credits this call can spend. Use it to bound cost on a long document. |