Introduction
Introduction to the Infraspeak APIlink
The Infraspeak API provides programmatic access to Infraspeak's maintenance management platform. Build powerful integrations that automate maintenance workflows, synchronize assets with external systems, and create custom procurement solutions.
What You Can Buildlink
The API enables you (but not limited) to:
- Automate maintenance workflows - Create work orders from IoT sensors, external monitoring systems, or custom applications.
- Synchronize asset data - Keep your asset registry in sync with ERP, BIM, or asset management systems.
- Integrate with procurement - Automate purchase orders based on stock levels and maintenance needs.
- Enable invoicing - Automate invoice generation based on sell orders.
API Overviewlink
The Infraspeak API makes use of REST architecture in order to provide an easy interface to perform operations such as create, read, update and delete resources, using JSON, and following industry standards:
| Aspect | Details |
|---|---|
| Protocol | HTTPS only |
| Format | JSON (application/json) |
| Authentication | Bearer token (JWT, Personal Access Token) |
| Base URL | https://api.infraspeak.com/v3 |
| Rate Limit | 60 requests per minute |
The current version is v3.
Are you a v2 (deprecated) user?link
We strongly encourage you to upgrade to this current v3 version as soon as possible, given the v2 version will no longer be maintained or updated, and will eventually be discontinued.
Core Domainslink
The API covers several domains organized around maintenance operations:
Asset Managementlink
- Elements - Physical assets like equipment and devices.
- Locations - Buildings, floors, rooms, and spaces.
- Categories - Hard and soft maintenance classification hierarchy.
Work Managementlink
- Failures - Corrective (reactive) maintenance work orders.
- Scheduled Works - Preventive (planned) maintenance job orders.
- Problems - Issue categorization for Failures (work orders).
Inventory & Procurementlink
- Materials - Parts and consumables catalog.
- Stocks - Inventory levels and warehouse tracking.
- Buy Orders - Purchase order management.
Commercial Operationslink
- Clients - Customer and tenant management.
- Sell Orders - Service billing.
- Quotes - Quotation management.
Getting Helplink
- API Reference - Complete endpoint documentation in this portal.
- Support - Contact us for technical assistance.
- System Status - Check service and API status.