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/enrich-url/v1/extract_entity2 credits
Any URL → a light entity CARD (NOT a deep fetch): title/name, image, description, price?, author?, published_at?, site_name — /OpenGraph-first, for previews + routing decisions. Use the recommended{} engine from classify for the full record.
Working example
Parameters
Any http(s) URL — short/affiliate/tracking/canonical — or a bare host (stripe.com). Redirects are followed + tracking stripped by the inner url-resolver (SSRF-guarded). Private/internal targets are blocked there.
request preview
curl -X POST https://api.reefapi.com/enrich-url/v1/extract_entity \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"url":"https://github.com/torvalds/linux"}'Hit Send to run this endpoint live.