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/batch_classify3 credits

Up to 25 products in one call (discounted). Each item is classified (or looked up if a code is given) independently; one bad item never fails the batch.

Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/hs-code/v1/batch_classify \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{"items":"[{\"description\":\"leather shoes\"},{\"description\":\"laptop\"}]","destination":"US"}'

Hit Send to run this endpoint live.