API Reference

Developer Documentation

Build custom integrations with our comprehensive REST API.

Quick Start

Base URL: https://api.fabricateiq.com/v1
curl -X GET https://api.fabricateiq.com/v1/machines \
-H "X-API-Key: YOUR_API_KEY"

Authentication

API Keys

Generate and manage API keys from your dashboard.

OAuth 2.0

For user-facing integrations, we support OAuth 2.0.

API Endpoints

Machines

GET/machinesList all machines
GET/machines/{id}Get machine details
GET/machines/{id}/statusGet current status
GET/machines/{id}/metricsGet machine metrics

Energy

GET/energy/consumptionGet consumption data
GET/energy/costsGet cost breakdown
GET/energy/demandGet demand data

OEE

GET/oee/summaryGet OEE summary
GET/oee/availabilityGet availability metrics
GET/oee/trendsGet OEE trends

Official SDKs

🐍Python
v1.2.0
📦JavaScript
v1.1.5
🔵Go
v1.0.3
Java
v1.0.1
🔷.NET
v1.0.0

Rate Limits

Starter100 req/min
Professional1,000 req/min
Enterprise10,000 req/min

Webhook Events

machine.status.changed
alert.triggered
energy.peak.detected