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/catalog_resolve1 credit
META (no network): given a known platform name OR a URL's host, return which Reef engine+action handles it and the param key it needs — the routing table itself (url-resolver marketplace engine_hints + the non-marketplace platform map). For agents discovering 'which engine for X'.
Working example
Parameters
A platform name (instagram/youtube/github/amazon/…) to resolve to its Reef engine+action. Omit both platform and url to list the full table.
Optional URL whose host is mapped to its Reef engine (no network fetch — host-only routing lookup).
request preview
curl -X POST https://api.reefapi.com/enrich-url/v1/catalog_resolve \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"platform":"instagram"}'Hit Send to run this endpoint live.