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.
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.
Provider/entity name (free text accepted: 'OpenAI', 'claude', 'gemini', 'grok'). Resolved against the curated whitelist — see the `providers` action for the supported set.
Which official resource you need. Default 'docs'. Use 'all' to return every known official URL for the entity.
Also live-check the official URL is reachable (adds a url-resolver inner-call + latency).
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.