You are five minutes from live data
Grab the sandbox key below, make one call, and you are done. No credit card, no sales call.
- 01
Copy your test key
Every account starts with a sandbox key so you can explore before you ship. Live keys are issued from the dashboard.
keysdx_test_5f2c8a41b9e04c7d - 02
Make your first call
One GET request, authenticated with your key. That is the whole integration.
bashcurl -H "X-SDX-Key: sdx_test_5f2c8a41b9e04c7d" \ https://api.scandex.io/v1/products/049000042566 - 03
Read the response
Clean, typed JSON with self-describing fields. Render it straight into your UI.
json{ "name": "Coca-Cola Classic", "nutrition": { "per_serving": { "energy_kcal": 139, "sugars_g": 35 } }, "allergens": { "free_from": ["gluten", "milk", "nuts"] }, "scores": { "nutriscore": "E", "nova": 4 } }
That is it.
Explore every endpoint, or drop us a line if you are moving off a legacy provider.