Single Research Request
Send a product description and get ranked HTS candidates with CBP ruling support.
curl -X POST "https://clasificador-backend-t0zq.onrender.com/api/v2/research" \
-H "Content-Type: application/json" \
-H "X-API-Key: hm_live_your_key" \
-d '{
"description": "Fresh Hass avocados in cardboard cartons",
"origin_country": "MX",
"destination_country": "US"
}'