How it works ?

Introduction

The API allows to send and access data generated by VOCSens CMOSEnvi sensors.

The API is accessible on the VOCSens servers. It is also possible to install it on your machine locally with a docker container, or on one of your servers coupled with a database.

It also allows you to compensate and calibrate the data provided by the sensors according to additional sensor data, such as a temperature or relative humidity sensor, or reference values captured by a reference sensor.

Architecture

To send data, you first need an account on the server.

In the case, you want to use the VOCSens server, you need to request access to <a href="mailto:sales@vocsens.com">sales@vocsens.com</a>

In the case, you want to use your own server or run the application on your localhost, you will need to create a company instance into the DB (with the admin panel) and add a user relatedto this company.

Once, you own a valid user account, you can start to enter the sensors or programatically with the API,or manually with the admin panel.

API

You can navigate through the API by setting the http://host/api/ URL in your web browser.