Knowledge base / Data & integrations / API

API

Everything the platform measures, your own systems can pull, so Augos sits inside your stack rather than beside it.

1 · What it does

The Augos API gives your systems programmatic access to your production data on demand, without anyone exporting a file by hand. It returns the same readings you'd see in the platform, served straight to your code, for your manufacturing points, and it works on both actual and virtual points.

2 · Getting access

Access is granted per measurement point. To register, email support@augos.io with the points you want enabled, and Augos issues you a unique authorisation token. Send that token as a Bearer token in the Authorization header of every request.

Authorization: Bearer <your token>

3 · Retrieve measurement data

GET https://live.augos.io/api/v1/analysis/data/raw

Query parameters:

ParameterRequiredDescription
pointIDYesThe unique ID of the measurement point. Retrieve it from the points list (section 5).
startDateUTCYesUTC start of the period, format yyyy/mm/dd HH:mm. Inclusive.
endDateUTCYesUTC end of the period, format yyyy/mm/dd HH:mm. Inclusive.
intervalYeshh for half-hourly data, or mi for one-mi
Step 1 of 3 · Your details