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:
| Parameter | Required | Description |
|---|---|---|
pointID | Yes | The unique ID of the measurement point. Retrieve it from the points list (section 5). |
startDateUTC | Yes | UTC start of the period, format yyyy/mm/dd HH:mm. Inclusive. |
endDateUTC | Yes | UTC end of the period, format yyyy/mm/dd HH:mm. Inclusive. |
interval | Yes | hh for half-hourly data, or mi for one-mi |