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/hs-code/v1/classify4 credits
Product description (+materials) + destination → ranked candidate HS codes with a confidence band, reason, and review_required. Candidates are SUGGESTIONS for a human/broker to confirm — low-confidence candidates are clearly marked, never shown as a settled code.
Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/hs-code/v1/classify \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"description":"leather shoes for men","destination":"US"}'Hit Send to run this endpoint live.