The playground

Try any of 919 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.

Playground demo key · api.reefapi.com
post/agent-source/v1/verify_claim3 credits

Check whether one or more public source URLs SUPPORT a claim: supported|contradicted|not_found|unclear + the evidence snippet + confidence. Deterministic phase-1 (quote + number matching) — a source-evidence check, NOT a truth oracle.

Working example
Parameters

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.

request preview
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.