Quickstart

Create a key in the dashboard, then call the API.

curl -X POST https://onplinth.io/api/v1/read_product \
  -H "authorization: Bearer plk_…" \
  -H "content-type: application/json" \
  -d '{"gtin":"8076800195057"}'

Response is a typed product object with a confidence score and the per-call cost. The sample GTIN is a real barcode that returns a real trusted object; URL reads are in private beta.