The playground
Try any of 1868 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/ssense/v1/suggest1 credit
SSENSE designer autocomplete for a partial name in one department: each matching designer with its id, slug and URL, and the categories it sells in with their ids and URLs.
Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/ssense/v1/suggest \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"country":"us","query":"monc"}'Hit Send to run this endpoint live.