SolutionsHow It WorksPricing Service ProvidersContact

API Reference

Integrate SKOLDERN predictive maintenance data directly into your existing systems, dashboards, and workflows.

Authentication: All API requests require a Bearer token provided during onboarding. Contact skoldern@skoldern.pl to receive your API credentials.

Base URL

https://api.skoldern.pl/v1

Authentication

Include your API key in the Authorization header:

Authorization: Bearer sk_live_your_api_key

Endpoints

GET /assets

Returns a list of all monitored assets for the authenticated account.

// Response { "assets": [ { "id": "ast_001", "name": "Main Compressor A", "type": "compressor", "health_score": 96, "status": "healthy", "last_inspection": "2026-05-07T01:20:00Z" } ] }
GET /assets/{id}/health

Returns the current health analysis and prediction for a specific asset.

// Response { "asset_id": "ast_001", "health_score": 96, "prediction": { "failure_probability": 0.04, "estimated_window": "2026-05-14 to 2026-05-16", "confidence": 0.92 }, "sensors": { "vibration_rms": 2.14, "bearing_temp": 74.2, "current_draw": 48.3 } }
GET /reports

Returns a list of auto-generated ISO-standard engineering reports. Supports pagination and date filtering.

GET /alerts

Returns active and historical failure alerts with severity levels and recommended actions.


Need API access?

API access is available to all active SKOLDERN clients and partners. Contact our team to receive your credentials.

Request API Access