API
Authentication, access tokens, recorded files, and the shape of a measurement result.
The API is everything around the widget. It issues the short-lived tokens a measurement opens with, it accepts recorded video or images when you already have a file, and it keeps the measurements once they are computed.
It is authenticated with your account’s API key, which must never reach a browser.
Two kinds of credential, what each one opens, and why only one of them may reach a browser.
Access tokensMinting the short-lived, scoped credential the widget presents — and revoking it.
MeasurementsCreating measures, sending recorded video or images, and reading the result back.
OpenAPI referenceEvery route, every field, every response code — read live from the API itself, so it cannot describe a version that is …