Try any of 1042 endpoints — live.
Pick an endpoint, load a working example, tweak the params, and send — no signup to try. Results render the way the data deserves; raw JSON, headers & code are one tab away.
Check whether one or more public source URLs support a factual claim — returns supported, contradicted, not_found, or unclear, along with the matching evidence snippet and a confidence level. Uses exact quote and number matching against the live page content. A source-evidence checker, not a general truth oracle.
The factual claim to check against the source(s). Keep it specific (a number/quote verifies best).
Public source URL to inspect (scheme optional — https:// is added). Private/loopback/metadata hosts are rejected.
Up to 5 source URLs (array or comma-list). Combined with `url`; the best-supporting verdict wins.
curl -X POST https://api.reefapi.com/agent-source/v1/verify_claim \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"claim":"Claude Opus 4.5 costs $5 per million input tokens","url":"https://docs.claude.com/en/docs/about-claude/pricing"}'Hit Send to run this endpoint live.