The playground

Try any of 1462 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/official_source2 credits

Resolve the OFFICIAL URL a curated provider publishes for a given need (pricing/docs/changelog/status/legal/model_card) + why it is official (domain match + domain age via whois). Curated whitelist only.

Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/agent-source/v1/official_source \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{"entity":"OpenAI","need_type":"pricing"}'

Hit Send to run this endpoint live.