These are real calls against the production engine, returning exactly what a subscribed key returns. The only difference is a per-IP rate limit.
Run a query above, or pick one of the examples, and the full JSON response appears here alongside the exact curl that reproduces it.
Every demo endpoint is a plain GET with no auth. Swap /v1/demo/ for /v1/ and add a bearer key when you subscribe.
curl -s "https://api.pinpointed.dev/v1/demo/explain?q=Barolo"
Demo traffic is rate limited per IP and capped daily, results are capped at 5 for resolution, and responses may be served from a short-lived cache. A Developer key removes all three.