API
Authentication, access tokens, file processing and the shape of a measurement result.
The API is what surrounds the widget: it issues the short-lived tokens a measurement opens with, accepts recorded media when you already have video, and holds the measurements once they are computed. It is authenticated with a client API key that must never reach a browser.
Authentication
Two credentials with very different powers: the API key that identifies your account, and the access tokens it mints.
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.