Welcome to the interactive playground! This tool demonstrates how to perform a web-based measurement using a video file.
This playground provides a hands-on way to explore how Anura Web Core SDK
works. For demonstration purposes, it retrieves values from License
and
Study ID
and uses the built-in window.getToken()
function to make a REST
call to the Register License endpoint. This function registers the
provided license key and returns the necessary authentication details,
including token, refreshToken, and studyId, which are required to prepare the
measurement.
Important: When using this library in production, you should never include
License
and Study ID
in frontend code. Instead, store them securely on your
backend and have your frontend communicate with the backend to retrieve the
necessary authentication details.
Follow these steps to make a measurement using a video file:
License
and Study ID
.